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

Brian Feldman green at FreeBSD.org
Tue Jan 13 14:30:27 PST 2004


green       2004/01/13 14:30:20 PST

  FreeBSD src repository

  Modified files:
    share/mk             bsd.obj.mk 
  Log:
  Clarify revision 1.49.  Specifically, using ${MAKE} target instead of
  depending on a target will cause ${MAKE} to have been "reset" to
  the initial value by make(1).  This breaks, for example,
  make MAKE="make -f subMakefile" clean.  The supported way to pass
  these sorts of make flags is actually the .MAKEFLAGS variable.
  
  Revision  Changes    Path
  1.50      +0 -0      src/share/mk/bsd.obj.mk


More information about the cvs-all mailing list