Re: 3.81 and windows paths

2006-07-28 Thread Paul D. Smith
have been having lately. It's all good! Cheers! -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I

Re: 3.81 and windows paths

2006-07-28 Thread Paul D. Smith
%% John W. Eaton [EMAIL PROTECTED] writes: jwe On 28-Jul-2006, Paul D. Smith wrote: | Regardless, I still wonder whether my idea of building make for a POSIX | environment with Cygwin, but setting HAVE_DOS_PATHS explicitly, would | work. jwe If this could cause some valid Makefiles

Re: 3.81 and windows paths

2006-07-28 Thread Paul D. Smith
worrying about. I suppose there might be some backslash issues. I really don't remember what HAVE_DOS_PATHS does with backslashes in target/prerequisite pathnames. YM, of course, MV :-) -- --- Paul D. Smith [EMAIL

Re: 3.81 and windows paths

2006-07-28 Thread Paul D. Smith
%% John W. Eaton [EMAIL PROTECTED] writes: jwe On 28-Jul-2006, Paul D. Smith wrote: | This would be very tricky: right now all the code to do DOS vs. POSIX | pathnames is controlled through #ifdefs, so it's a compile-time thing. | Changing it to a runtime thing would be a lot of work, I

Re: 3.81 and windows paths

2006-07-27 Thread Paul D. Smith
ignorant about the details. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am

Re: 3.81 and windows paths

2006-07-27 Thread Paul D. Smith
. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: csh and/or GNU make bug

2006-04-17 Thread Paul D. Smith
:-). -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist -- Unsubscribe info: http://cygwin.com

RE: Cygwin make thinks a statement can be neither true nor false....

2004-04-21 Thread Paul D. Smith
tool you chose. Something like PCCTS might be better suited :). -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please

RE: Cygwin make thinks a statement can be neither true nor false....

2004-04-20 Thread Paul D. Smith
' $ MAKEFLAGS='FOO=5' make -f /tmp/3.mk FOO=5 make -f /tmp/3.mk showfoo MAKEFLAGS='FOO=1' make[1]: Entering directory `/home/psmith' FOO=1 make[1]: Leaving directory `/home/psmith' -- --- Paul D. Smith [EMAIL PROTECTED

RE: Cygwin make thinks a statement can be neither true nor false....

2004-04-20 Thread Paul D. Smith
is, the make parser has to be equally quirky in order to handle it :-/. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org

Re: Changing resolution of $^ in make

2002-10-08 Thread Paul D. Smith
by make but which exist a priori). See my web site below for a longer description of how VPATH/vpath works. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org

Re: bug in make-3.79.1

2002-09-23 Thread Paul D. Smith
Hi; this bug has been reported before and is fixed in the CVS version of GNU make; the fix will be in the next release. Thanks for the report! -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips