CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2011/11/08 03:37:10
Modified files:
lib/csu/alpha : Makefile
lib/csu/amd64 : Makefile
lib/csu/arm : Makefile
lib/csu/hppa : Makefile
lib/csu/hppa64 : Makefile
lib/csu/i386 : Makefile
lib/csu/m68k : Makefile
lib/csu/m88k : Makefile
lib/csu/mips64 : Makefile
lib/csu/powerpc: Makefile
lib/csu/sparc : Makefile
lib/csu/sparc64: Makefile
lib/csu/vax : Makefile
lib/csu/sh : Makefile
lib/csu/ia64 : Makefile
usr.bin/lorder : Makefile
usr.bin/xinstall: Makefile
usr.bin/xlint/xlint: Makefile
Log message:
Pass install the -S option to avoid a window where the target isn't
executable (by mode or content), which can trip up builds with 'make -j'
(The generic fix is in share/mk/*; some Makefiles have their own INSTALL lines)
ok millert@ deraadt@