cvs commit: src/usr.bin/make dir.c dir.h main.c make.1

Ruslan Ermilov ru at FreeBSD.org
Sun Sep 14 05:31:34 PDT 2003


ru          2003/09/14 05:31:33 PDT

  FreeBSD src repository

  Modified files:
    usr.bin/make         dir.c dir.h main.c make.1 
  Log:
  - Cut out the code that caches the "." directory out of Dir_Init()
    into a separate function, Dir_InitDot().
  
  - Postpone the current and object directories detection (and caching
    of the "." directory) until after all command line arguments are
    parsed.  This makes the -C option DTRT.
  
  PR:             bin/47149
  
  Revision  Changes    Path
  1.31      +20 -9     src/usr.bin/make/dir.c
  1.11      +1 -0      src/usr.bin/make/dir.h
  1.84      +59 -57    src/usr.bin/make/main.c
  1.63      +7 -1      src/usr.bin/make/make.1


More information about the cvs-src mailing list