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

Hartmut Brandt harti at FreeBSD.org
Tue May 10 06:45:30 PDT 2005


harti       2005-05-10 13:45:29 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         Makefile job.c job.h main.c 
  Removed files:
    usr.bin/make         compat.c compat.h 
  Log:
  Merge compat.c into job.c. There is a lot in common between these
  files and we are going to factor this out.
  
  Patch:          7.199 (slightly changed)
  Submitted by:   Max Okumoto <okumoto at ucsd.edu>
  
  Revision  Changes    Path
  1.51      +2 -2      src/usr.bin/make/Makefile
  1.58      +0 -765    src/usr.bin/make/compat.c (dead)
  1.3       +0 -50     src/usr.bin/make/compat.h (dead)
  1.95      +702 -1    src/usr.bin/make/job.c
  1.34      +5 -1      src/usr.bin/make/job.h
  1.140     +0 -1      src/usr.bin/make/main.c


More information about the cvs-src mailing list