cvs commit: src/share/mk bsd.port.mk

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Jan 8 03:59:14 PST 2005


dillon      2005/01/08 03:58:46 PST

DragonFly src repository

  Modified files:
    share/mk             bsd.port.mk 
  Log:
  Do not specify the -B option when executing the sub-make.  In the BSD
  make, -B is a compatibility option to execute shell commands one per line.
  In GNU make (as of vers 3.80) -B is --always-make, which forces all targets
  to be made regardless of whether they are out of date or not.
  
  Since both GNU make and our make use MAKEFLAGS to pass build flags between
  invocations, -B gets propogated down the chain into the gnu make and blows
  everything to itsy bitsy little pieces.
  
  Revision  Changes    Path
  1.24      +9 -3      src/share/mk/bsd.port.mk


http://www.dragonflybsd.org/cvsweb/src/share/mk/bsd.port.mk.diff?r1=1.23&r2=1.24&f=u





More information about the Commits mailing list