Don't echo anything when doing null args, since not doing anything is

more like the standard behavior.
This commit is contained in:
Nate Williams 1993-07-06 18:36:50 +00:00
parent 574af12988
commit b0accfccb4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93

View File

@ -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