cvs commit: src/usr.bin/make globals.h main.c make.1 parse.c
    David E. O'Brien 
    obrien at FreeBSD.org
       
    Wed Mar 12 14:50:59 UTC 2008
    
    
  
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
    
    
More information about the cvs-all
mailing list