lists.zerezo.com
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Mingw-msys] Stability of current MYSYS installation process
- Date: Fri, 11 Jul 2008 14:50:02 +0800
- From: "zou guangxian" <trueweck@xxxxxxx>
- Subject: ***BOGO*** [Mingw-msys] what's wrong with $(value ...) ?
The environment is :
$ sh --version
GNU bash, version 3.1.0(1)-release (i686-pc-msys)
Copyright (C) 2005 Free Software Foundation, Inc.
zgx@89C9EB885F03470 /u/project/weplay/client/trunk/3rd
$ make --version
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Built for i686-pc-msys
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Report bugs to <bug-make@xxxxxxx>.
*******************
TEST ONE: examine $(value ...)
<CODE>
.PHONY: foo bar
DUMMY = 'dummy'
foo :
echo $(value DUMMY)
</CODE>
'make foo' can work under Debian with GNU Make 3.81, and will output 'dummy'.
but will output nothing.
<OUTPUT>
zgx@89C9EB885F03470 /u/project/weplay/client/trunk/3rd
$ make foo
echo
</OUTPUT>
Thanks
--
Zou guangxian
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Mingw-msys mailing list
Mingw-msys@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/mingw-msys