Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Mar 2008 14:50:59 +0000 (UTC)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/make globals.h main.c make.1 parse.c
Message-ID:  <200803121450.m2CEoxuk068026@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
obrien      2008-03-12 14:50:59 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         globals.h main.c make.1 parse.c 
  Log:
  If the special target .MAKEFILEDEPS exists, then enable the
  "remaking makefiles" feature.  Otherwise, follow traditional Pmake behavior.
  (hash table will be regenerated and committed follow this commit)
  
  Revision  Changes    Path
  1.12      +1 -0      src/usr.bin/make/globals.h
  1.168     +2 -1      src/usr.bin/make/main.c
  1.109     +16 -0     src/usr.bin/make/make.1
  1.114     +5 -0      src/usr.bin/make/parse.c



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