| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT sourceware DOT cygnus DOT com> |
| List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
| List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, |
| <http://sourceware.cygnus.com/ml/#faqs> | |
| Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
| Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
| Message-ID: | <566AB05D9AE0D21192DC0090273C9D120ABA85@primary> |
| From: | Phil LaVallee <Phil AT Ignitus DOT com> |
| To: | "'cygwin AT sourceware DOT cygnus DOT com'" <cygwin AT sourceware DOT cygnus DOT com> |
| Subject: | Command Live vs. Makefile command |
| Date: | Fri, 20 Aug 1999 13:00:20 -0400 |
| MIME-Version: | 1.0 |
| X-Mailer: | Internet Mail Service (5.5.1960.3) |
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 AT sourceware DOT cygnus DOT com
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |