Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Nov 2004 12:57:41 +0000 (UTC)
From:      Hartmut Brandt <harti@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/make job.c job.h main.c
Message-ID:  <200411041257.iA4CvfCo002444@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411041257.iA4CvfCo002444>