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

Hartmut Brandt harti at FreeBSD.org
Thu Nov 4 04:57:41 PST 2004


harti       2004-11-04 12:57:41 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         job.c job.h main.c 
  Log:
  Remove the remote stuff from make. This actually never worked in our make
  because the necessary files were not imported with the original import.
  If somebody really needs it, there is still the devel/pmake port.
  
  This is just the first step and removes just everything that is ifdef'ed out.
  Otherwise the code is unchanged.
  
  Checked by:     md5
  
  Approved by:    no objections on arch@
  
  Revision  Changes    Path
  1.53      +49 -413   src/usr.bin/make/job.c
  1.23      +0 -22     src/usr.bin/make/job.h
  1.93      +1 -25     src/usr.bin/make/main.c


More information about the cvs-src mailing list