Don't echo anything when doing null args, since not doing anything is
more like the standard behavior.
This commit is contained in:
parent
c19d19d396
commit
29abb6dec6
@ -1,6 +1,6 @@
|
||||
# Do nothing for the following
|
||||
obj clean cleandir depend rcsfreeze all:
|
||||
@echo No need to make $@ for rcsfreeze\; ignored
|
||||
@echo -n
|
||||
|
||||
install:
|
||||
install -c -o bin -g bin -m 555 rcsfreeze.sh /usr/bin/rcsfreeze
|
||||
|
Loading…
Reference in New Issue
Block a user