Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Feb 2001 07:42:25 -0700
From:      Warner Losh <imp@village.org>
Cc:        Jason Brazile <jason@netcetera.ch>, freebsd-hackers@FreeBSD.ORG
Subject:   Re: make bug? (dependency names with '$') 
Message-ID:  <200102201442.f1KEgPs02427@billy-club.village.org>
In-Reply-To: Your message of "Tue, 20 Feb 2001 07:38:11 MST." <200102201438.f1KEcBs02400@billy-club.village.org> 
References:  <200102201438.f1KEcBs02400@billy-club.village.org>  <200102201154.MAA00515@disco.netcetera.ch> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <200102201438.f1KEcBs02400@billy-club.village.org> Warner Losh writes:
: This seems like a bug in make(1).  Although I think you might want to
: investigate:
: 
: d=$$
: X=foo\$dbar.class
: 
: x:
: 	echo $(X)

d=$$
X=foo$dbar.class

x:	$(X)
 	echo "$(X)"

Warner


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102201442.f1KEgPs02427>