[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] note GNU-make-ism in FAQ

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2006-02-27 23:04:41 CET

Peter Samuelson <peter@p12n.org> writes:

> -SVNDEF = -D'SVN_REV="$(shell svnversion -n .)"'
> -CFLAGS = $(SVNDEF) ... continue with your other flags ...
> +SVNDEF := -D'SVN_REV="$(shell svnversion -n .)"'
> +CFLAGS := $(SVNDEF) ... continue with your other flags ...

I assume that := only needs to be used on the SVNDEF line and not on
both lines.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Feb 27 23:18:01 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.