[Assorted-commits] SF.net SVN: assorted:[930] sandbox/trunk/src/make/shell-var-expansion.mk
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-08-05 19:50:07
|
Revision: 930 http://assorted.svn.sourceforge.net/assorted/?rev=930&view=rev Author: yangzhang Date: 2008-08-05 19:50:15 +0000 (Tue, 05 Aug 2008) Log Message: ----------- added shell variable expansion demo Added Paths: ----------- sandbox/trunk/src/make/shell-var-expansion.mk Added: sandbox/trunk/src/make/shell-var-expansion.mk =================================================================== --- sandbox/trunk/src/make/shell-var-expansion.mk (rev 0) +++ sandbox/trunk/src/make/shell-var-expansion.mk 2008-08-05 19:50:15 UTC (rev 930) @@ -0,0 +1,4 @@ +# demonstrates that you can delay variable expansion for the shell + +all: + @echo \$$HOME: $$HOME This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |