mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 15:44:04 +01:00
Don't echo anything when doing null args, since not doing anything is
more like the standard behavior.
This commit is contained in:
parent
574af12988
commit
b0accfccb4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93
@ -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