cvs commit: src Makefile

Ruslan Ermilov ru at FreeBSD.org
Fri Jul 4 10:35:27 PDT 2003


ru          2003/07/04 10:35:26 PDT

  FreeBSD src repository

  Modified files:
    .                    Makefile 
  Log:
  Don't hardcore PATH into BINMAKE; the latter should only be
  comprised of the path to a make(1) binary (possibly the one
  built by the "make" target in this Makefile), and a path to
  a fresh share/mk.  The idea is to allow "make release" pick
  up the right "make" binary, if one exists.
  
  This fixes release.5 I broke with the last commit here; the
  second PATH here was overriding the right one from WMAKEENV
  while rebuilding the "build-tools" for crunched binaries.
  
  Revision  Changes    Path
  1.284     +2 -2      src/Makefile


More information about the cvs-all mailing list