Date: Sun, 5 Oct 1997 02:40:25 -0700 (PDT) From: "Jordan K. Hubbard" <jkh@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG, cvs-bin@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG, cvs-lib@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG, cvs-share@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src Makefile src/bin/sh Makefile src/gnu/usr.bin/cc/cc1plus Makefile src/gnu/usr.bin/cc/cc_tools Makefile src/gnu/usr.bin/cc/cpp Makefile src/gnu/usr.bin/gdb/gdb Makefile src/lib/libpcap Makefile src/libexec/ftpd Makefile ... Message-ID: <199710050940.CAA12763@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkh 1997/10/05 02:40:24 PDT
Modified files:
. Makefile
bin/sh Makefile
gnu/usr.bin/cc/cc1plus Makefile
gnu/usr.bin/cc/cc_tools Makefile
gnu/usr.bin/cc/cpp Makefile
gnu/usr.bin/gdb/gdb Makefile
lib/libpcap Makefile
libexec/ftpd Makefile
secure Makefile
share/mk bsd.dep.mk
sys/i386/boot/netboot Makefile
usr.bin/ftp Makefile
usr.bin/lex Makefile
usr.sbin/amd/fsinfo Makefile
usr.sbin/sendmail/src Makefile
usr.sbin/vipw pw_util.c
Log:
Changes to support full make parallelism (-j<n>) in the world
target.
Reviewed by: <many different folks>
Submitted by: Nickolay N. Dudorov" <nnd@nnd.itfs.nsk.su>
Revision Changes Path
1.149 +92 -87 src/Makefile
1.23 +9 -6 src/bin/sh/Makefile
1.13 +3 -2 src/gnu/usr.bin/cc/cc1plus/Makefile
1.4 +11 -2 src/gnu/usr.bin/cc/cc_tools/Makefile
1.10 +2 -1 src/gnu/usr.bin/cc/cpp/Makefile
1.29 +3 -2 src/gnu/usr.bin/gdb/gdb/Makefile
1.17 +2 -1 src/lib/libpcap/Makefile
1.23 +4 -3 src/libexec/ftpd/Makefile
1.12 +4 -4 src/secure/Makefile
1.15 +7 -3 src/share/mk/bsd.dep.mk
1.13 +10 -8 src/sys/i386/boot/netboot/Makefile
1.7 +2 -1 src/usr.bin/ftp/Makefile
1.11 +3 -2 src/usr.bin/lex/Makefile
1.6 +3 -2 src/usr.sbin/amd/fsinfo/Makefile
1.14 +2 -2 src/usr.sbin/sendmail/src/Makefile
1.8 +3 -3 src/usr.sbin/vipw/pw_util.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710050940.CAA12763>
