bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

make doesn't know about sh's "!"?


From: Dan Jacobson
Subject: make doesn't know about sh's "!"?
Date: Thu, 15 Dec 2005 03:00:15 +0800

$ make wwwf
: erere
! test -w /
make: !: Command not found
make: *** [wwwf] Error 127

Hold on, both : and ! are shell built-ins. Make doesn't know about
"!"? Sigh, must use sh -c '!....'

OK, ! is a reserved word, not a builtin.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]