]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r274267:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 15 Nov 2014 05:02:06 +0000 (05:02 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 15 Nov 2014 05:02:06 +0000 (05:02 +0000)
commit19458d5c108919db181d44550e9777e5a51fc369
tree699c22acf8be08ae7677bf8fe5b2c9cc12639282
parente2b345591f98e616a7e43e0d1490c237ddf5ecff
MFC r274267:

  Use PROGS instead of PROG and remove unnecessary SRCS?= assignment

  Using PROG instead of PROGS will in cases of high -j with -DNO_ROOT cause
  the PROG to show up more than once as it's handling the SCRIPTS install case
  in a recursive manner, separate from the non-recursive case

  After the recent batch of commits to bsd.progs.mk to fix behavior with how
  variables are defaulted to, explicitly setting SRCS for a PROG is no longer
  required

  Reviewed by: asomers
  Phabric: D1130
  Sponsored by: EMC / Isilon Storage Division

git-svn-id: svn://svn.freebsd.org/base/stable/10@274539 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
tests/sys/netinet/Makefile