cvs commit: src/usr.bin/make Makefile job.c job.h main.c parse.c shell.c shell.h

Hartmut Brandt harti at FreeBSD.org
Tue May 24 15:30:04 GMT 2005


harti       2005-05-24 15:30:03 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         Makefile job.c job.h main.c parse.c 
  Added files:
    usr.bin/make         shell.c shell.h 
  Log:
  Factor out all the .SHELL parsing related stuff into its own file and
  rename the function to be consistent with the naming scheme in the rest
  of make. No functional changes.
  
  Obtained from:  DragonFlyBSD (idea and most of shell.h)
  
  Revision  Changes    Path
  1.57      +2 -1      src/usr.bin/make/Makefile
  1.119     +1 -472    src/usr.bin/make/job.c
  1.45      +0 -3      src/usr.bin/make/job.h
  1.153     +1 -0      src/usr.bin/make/main.c
  1.108     +2 -1      src/usr.bin/make/parse.c
  1.1       +472 -0    src/usr.bin/make/shell.c (new)
  1.1       +110 -0    src/usr.bin/make/shell.h (new)


More information about the cvs-src mailing list