From mboxrd@z Thu Jan 1 00:00:00 1970 From: Phil LaVallee To: "'cygwin@sourceware.cygnus.com'" Subject: Command Live vs. Makefile command Date: Fri, 20 Aug 1999 10:03:00 -0000 Message-id: <566AB05D9AE0D21192DC0090273C9D120ABA85@primary> X-SW-Source: 1999-08/msg00467.html Hi, Does anyone have any ideas why the following Bourne shell "script" works from the command line but when passed into the shell from a makefile crashes. [host=PHIL] make target if [ ! -d nt ] ; then echo NO; fi ! was unexpected at this time. make: *** [target] Error 0x1 [host=PHIL] cat -t -v -e makefile $ target : $ ^Iif [ ! -d nt ] ; then echo NO; fi$ [host=PHIL] if [ ! -d nt ] ; then echo NO; fi NO [host=PHIL] This installation was done prior to my arrival so I suspect it may be some environmental/setup issues but I'm not sure. Any help would be greatly appreciated. Thanks, Phil ------------------------------------------------------------------------ ----------------- Phillip E. LaVallee Software Configuration Management Engineer Ignitus Communications (978) 929-9133 x353 -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: Phil LaVallee To: "'cygwin@sourceware.cygnus.com'" Subject: Command Live vs. Makefile command Date: Tue, 31 Aug 1999 23:49:00 -0000 Message-ID: <566AB05D9AE0D21192DC0090273C9D120ABA85@primary> X-SW-Source: 1999-08n/msg00467.html Message-ID: <19990831234900.qa7AnY-g6M3oWI3Z0RZNjSbxkSV-btqLNsNqtfx2hb8@z> Hi, Does anyone have any ideas why the following Bourne shell "script" works from the command line but when passed into the shell from a makefile crashes. [host=PHIL] make target if [ ! -d nt ] ; then echo NO; fi ! was unexpected at this time. make: *** [target] Error 0x1 [host=PHIL] cat -t -v -e makefile $ target : $ ^Iif [ ! -d nt ] ; then echo NO; fi$ [host=PHIL] if [ ! -d nt ] ; then echo NO; fi NO [host=PHIL] This installation was done prior to my arrival so I suspect it may be some environmental/setup issues but I'm not sure. Any help would be greatly appreciated. Thanks, Phil ------------------------------------------------------------------------ ----------------- Phillip E. LaVallee Software Configuration Management Engineer Ignitus Communications (978) 929-9133 x353 -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com