cvs commit: src/usr.bin/make job.c job.h main.c nonints.h var.c

Hartmut Brandt harti at FreeBSD.org
Tue May 10 06:18:59 PDT 2005


harti       2005-05-10 13:18:59 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         job.c job.h main.c nonints.h var.c 
  Log:
  Move Cmd_Exec() from main.c to job.c and fix its prototype. This
  results in a warning that will go away soon.
  
  Patch:          7.198
  Submitted by:   Max Okumoto <okumoto at ucsd.edu>
  
  Revision  Changes    Path
  1.94      +110 -0    src/usr.bin/make/job.c
  1.33      +3 -0      src/usr.bin/make/job.h
  1.139     +0 -109    src/usr.bin/make/main.c
  1.34      +0 -1      src/usr.bin/make/nonints.h
  1.152     +1 -0      src/usr.bin/make/var.c


More information about the cvs-src mailing list