CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/02/24 05:57:14
Modified files:
gnu/usr.bin/binutils: Makefile.bsd-wrapper
gnu/usr.bin/binutils-2.17: Makefile.bsd-wrapper
gnu/usr.bin/cc/c++: Makefile
gnu/usr.bin/cc/cc: Makefile
lib/csu : Makefile
share/mk : bsd.lib.mk bsd.prog.mk
sys/arch/alpha/stand/netboot: Makefile
usr.bin/lorder : Makefile
usr.bin/mandoc : Makefile
usr.bin/xinstall: Makefile
etc : rc
Log message:
Remove -S from install commands
As of usr.bin/xinstall/install.c revision 1.68, -S is a no-op and
install(1) will always create files safely, thus clean the option usage
from the tree.
Diff from Lauri Tirkkonen <lotheac at iki dot fi>, thanks.