help-gnu-utils
[Top][All Lists]
Advanced

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

make question (suppress Error)


From: James
Subject: make question (suppress Error)
Date: 3 Aug 2006 16:50:50 -0700
User-agent: G2/0.2

How do I suppress Error message or is it possible?
For example,

$ cat makefile
all:
        - ls *.zzz 2>/dev/null
$ make
ls *.zzz 2>/dev/null
make: [all] Error 1 (ignored)

I do not want the last line
make: [all] Error 1 (ignored)
to be shown.


Thanks.
James



reply via email to

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