Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2007 20:00:55 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src Makefile
Message-ID:  <200712112000.lBBK0tc3073820@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2007-12-11 20:00:55 UTC

  FreeBSD src repository

  Modified files:
    .                    Makefile 
  Log:
  Don't assume that make(1) is a bsd-like make program.  It might not be.  This
  only matters in the early stages of bootstrapping, of course, but gnu make can't
  handle bsd make Makefiles at all if they use any of the 'dot' directives, which
  src/Makefile has in abudnance.
  
  Revision  Changes    Path
  1.343     +5 -3      src/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712112000.lBBK0tc3073820>