2 Nov 2004 10:23
Remote stuff in make
Harti Brandt <harti <at> freebsd.org>
2004-11-02 09:23:29 GMT
2004-11-02 09:23:29 GMT
Hi all, I want to remove the remote stuff from our make to make maintenance easier. Remote make has been disfunctional from the original import on - the necessary files have never been imported. The base system doesn't use that feature (and has no need to), ports have their own remote built stuff AFIK. If actually someone would need this - there is the pmake port that really contains this stuff. If anybody has a good reason why we need to keep this (and the associated patches to make it work + the willingness to support it in the future) - please speak up now. Attached is a diff that just removes the #defines and #ifdefs. The MD5 of the produced make is the same as before. harti Index: job.c =================================================================== RCS file: /local/cvs/freebsd/src/usr.bin/make/job.c,v retrieving revision 1.52 diff -u -r1.52 job.c --- job.c 23 Oct 2004 21:36:55 -0000 1.52 +++ job.c 2 Nov 2004 09:19:51 -0000 <at> <at> -123,12 +123,8 <at> <at> #include "dir.h" #include "job.h" #include "pathnames.h"(Continue reading)
Seriously, this is just long overdue, we've been talking about it
since the 4.x branch.
RSS Feed