From owner-cvs-user Sun Aug 17 14:16:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA22901 for cvs-user-outgoing; Sun, 17 Aug 1997 14:16:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA22721; Sun, 17 Aug 1997 14:14:58 -0700 (PDT) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id OAA05633; Sun, 17 Aug 1997 14:14:23 -0700 (PDT) Date: Sun, 17 Aug 1997 14:14:23 -0700 (PDT) Message-Id: <199708172114.OAA05633@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG Subject: cvs commit: src Makefile Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk andreas 1997/08/17 14:14:23 PDT Modified files: . Makefile Log: fix a make world problem. updated beforeinstall target. mp.h from gnu/lib/libgmp.h has to be installed to /usr/include so that usr.bin/chkey and usr.bin/newkey can be compiled. Revision Changes Path 1.135 +2 -1 src/Makefile From owner-cvs-user Sun Aug 17 23:45:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA00771 for cvs-user-outgoing; Sun, 17 Aug 1997 23:45:51 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA00738; Sun, 17 Aug 1997 23:45:23 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id XAA10661; Sun, 17 Aug 1997 23:44:45 -0700 (PDT) Date: Sun, 17 Aug 1997 23:44:45 -0700 (PDT) Message-Id: <199708180644.XAA10661@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG Subject: cvs commit: src Makefile Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/08/17 23:44:45 PDT Modified files: . Makefile Log: In the includes target, call the header install target explicitly and then call the 'symlinks' target to build the /usr/obj/tmp/install/sys tree since In the includes target, call the header install target explicitly and then call the 'symlinks' target to build the /usr/obj/tmp/install/sys tree since we set this up manually earlier, and if we do a 'make all install', we replace the symlink tree in the obj dirs with new copies of the files which breaks any chance of -DNOCLEAN working. Revision Changes Path 1.136 +2 -2 src/Makefile From owner-cvs-user Sun Aug 17 23:55:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA01410 for cvs-user-outgoing; Sun, 17 Aug 1997 23:55:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA01373; Sun, 17 Aug 1997 23:54:56 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id XAA10711; Sun, 17 Aug 1997 23:54:19 -0700 (PDT) Date: Sun, 17 Aug 1997 23:54:19 -0700 (PDT) Message-Id: <199708180654.XAA10711@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG Subject: cvs commit: src Makefile Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/08/17 23:54:18 PDT Modified files: . Makefile Log: Pass command line args to 'buildworld' and 'installworld' etc. Otherwise 'make -DNOCLEAN world' is completely ignored. Revision Changes Path 1.137 +5 -5 src/Makefile From owner-cvs-user Tue Aug 19 02:26:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA23678 for cvs-user-outgoing; Tue, 19 Aug 1997 02:26:58 -0700 (PDT) Received: from news1.gtn.com (news1.gtn.com [192.109.159.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA23643; Tue, 19 Aug 1997 02:25:51 -0700 (PDT) Received: (from uucp@localhost) by news1.gtn.com (8.7.2/8.7.2) with UUCP id IAA01862; Tue, 19 Aug 1997 08:30:25 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.8.7/8.8.7) id IAA17085; Tue, 19 Aug 1997 08:07:19 +0200 (CEST) Message-ID: <19970819080719.16845@klemm.gtn.com> Date: Tue, 19 Aug 1997 08:07:19 +0200 From: Andreas Klemm To: Peter Wemm Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-user@FreeBSD.org Subject: Re: cvs commit: src Makefile References: <199708180644.XAA10661@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.79 In-Reply-To: <199708180644.XAA10661@freefall.freebsd.org>; from Peter Wemm on Sun, Aug 17, 1997 at 11:44:45PM -0700 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-cvs-user@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Sun, Aug 17, 1997 at 11:44:45PM -0700, Peter Wemm wrote: > peter 1997/08/17 23:44:45 PDT > > Modified files: > . Makefile > Log: > In the includes target, call the header install target explicitly and then > call the 'symlinks' target to build the /usr/obj/tmp/install/sys tree since > In the includes target, call the header install target explicitly and then > call the 'symlinks' target to build the /usr/obj/tmp/install/sys tree since > we set this up manually earlier, and if we do a 'make all install', we > replace the symlink tree in the obj dirs with new copies of the files > which breaks any chance of -DNOCLEAN working. While you're at it (top level Makefile). Try to remove everything in /usr/include (for example to start over very cleanly). Then a make world fails. You have to do a ,make includes' by hand, after that it works fine. -- Andreas Klemm | klemm.gtn.com - powered by Symmetric MultiProcessor FreeBSD http://www.freebsd.org/~fsmp/SMP/SMP.html http://www.freebsd.org/~fsmp/SMP/benches.html From owner-cvs-user Tue Aug 19 03:02:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA25090 for cvs-user-outgoing; Tue, 19 Aug 1997 03:02:00 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (ala-ca17-23.ix.netcom.com [204.32.168.183]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA25040; Tue, 19 Aug 1997 03:01:18 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.7/8.6.9) id DAA20139; Tue, 19 Aug 1997 03:01:01 -0700 (PDT) Date: Tue, 19 Aug 1997 03:01:01 -0700 (PDT) Message-Id: <199708191001.DAA20139@silvia.HIP.Berkeley.EDU> To: andreas@klemm.gtn.com CC: peter@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-user@freebsd.org In-reply-to: <19970819080719.16845@klemm.gtn.com> (message from Andreas Klemm on Tue, 19 Aug 1997 08:07:19 +0200) Subject: Re: cvs commit: src Makefile From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-cvs-user@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * While you're at it (top level Makefile). * Try to remove everything in /usr/include (for example to start over * very cleanly). Then a make world fails. You have to do a ,make includes' * by hand, after that it works fine. Let me repeat (for the Nth time, where N is a very large number): please do not do a "make includes" if you want to contribute to fixing the build. It should not be necessary as long as you build using "make world" -- otherwise, we would like to hear about it. Satoshi From owner-cvs-user Tue Aug 19 03:08:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA25414 for cvs-user-outgoing; Tue, 19 Aug 1997 03:08:49 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA25405; Tue, 19 Aug 1997 03:08:35 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id UAA05838; Tue, 19 Aug 1997 20:03:53 +1000 Date: Tue, 19 Aug 1997 20:03:53 +1000 From: Bruce Evans Message-Id: <199708191003.UAA05838@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-user@FreeBSD.ORG, peter@FreeBSD.ORG Subject: Re: cvs commit: src Makefile Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >peter 1997/08/17 23:54:18 PDT > > Modified files: > . Makefile > Log: > Pass command line args to 'buildworld' and 'installworld' etc. Otherwise > 'make -DNOCLEAN world' is completely ignored. Erm, the args are already passed in ${.MAKEFLAGS} (although not on the command line). Any difference between the processing of the args in the command line and the args in ${.MAKEFLAGS} is a bug somewhere else. Putting ${.MAKEFLAGS} in the command line for `most' and `installmost' is also bogus. Bruce From owner-cvs-user Tue Aug 19 03:46:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA27164 for cvs-user-outgoing; Tue, 19 Aug 1997 03:46:17 -0700 (PDT) Received: from spinner.dialix.com.au (spinner.dialix.com.au [192.203.228.67]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA27148; Tue, 19 Aug 1997 03:45:59 -0700 (PDT) Received: from spinner.dialix.com.au (localhost.dialix.com.au [127.0.0.1]) by spinner.dialix.com.au with ESMTP id SAA12115; Tue, 19 Aug 1997 18:45:39 +0800 (WST) Message-Id: <199708191045.SAA12115@spinner.dialix.com.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Bruce Evans cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-user@FreeBSD.ORG, peter@FreeBSD.ORG Subject: Re: cvs commit: src Makefile In-reply-to: Your message of "Tue, 19 Aug 1997 20:03:53 +1000." <199708191003.UAA05838@godzilla.zeta.org.au> Date: Tue, 19 Aug 1997 18:45:38 +0800 From: Peter Wemm Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Bruce Evans wrote: > >peter 1997/08/17 23:54:18 PDT > > > > Modified files: > > . Makefile > > Log: > > Pass command line args to 'buildworld' and 'installworld' etc. Otherwise > > 'make -DNOCLEAN world' is completely ignored. > > Erm, the args are already passed in ${.MAKEFLAGS} (although not on the > command line). Any difference between the processing of the args in > the command line and the args in ${.MAKEFLAGS} is a bug somewhere else. Yes. 'make -DNOCLEAN world' works differently to 'make NOCLEAN=foo world'. The -D version is not inherited while the second form is. Our src/Makefile suggests the -D method. I didn't figure this out until after the commit. Yes, it's a !^@#!^@# annoying make bug. There are some other flags that need to be inherited as well, for example -j and -B (or whatever). > Putting ${.MAKEFLAGS} in the command line for `most' and `installmost' > is also bogus. Yes, and it contributes to the confusion too.... > Bruce > Cheers, -Peter From owner-cvs-user Tue Aug 19 10:02:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA19466 for cvs-user-outgoing; Tue, 19 Aug 1997 10:02:57 -0700 (PDT) Received: from Ilsa.StevesCafe.com (Ilsa.StevesCafe.com [205.168.119.129]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA19431; Tue, 19 Aug 1997 10:02:28 -0700 (PDT) Received: from Ilsa.StevesCafe.com (localhost [127.0.0.1]) by Ilsa.StevesCafe.com (8.8.7/8.8.5) with ESMTP id LAA15270; Tue, 19 Aug 1997 11:01:54 -0600 (MDT) Message-Id: <199708191701.LAA15270@Ilsa.StevesCafe.com> X-Mailer: exmh version 2.0gamma 1/27/96 From: Steve Passe To: Peter Wemm cc: Bruce Evans , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-user@FreeBSD.ORG, peter@FreeBSD.ORG Subject: Re: cvs commit: src Makefile In-reply-to: Your message of "Tue, 19 Aug 1997 18:45:38 +0800." <199708191045.SAA12115@spinner.dialix.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 19 Aug 1997 11:01:54 -0600 Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, > There are some other > flags that need to be inherited as well, for example -j and -B (or > whatever). I believe -j is now inherited. I have a simple patch here to make -B inherited (from nnd@itfs.nsk.su): --- src/usr.bin/make/main.c Fri Aug 15 17:59:11 1997 +++ src/usr.bin/make-patched/main.c Fri Aug 15 18:07:14 1997 @@ -190,6 +190,7 @@ break; case 'B': compatMake = TRUE; + Var_Append(MAKEFLAGS, "-B", VAR_GLOBAL); break; #ifdef REMOTE case 'L': --- this is a necessary part of getting "make -j12 world" working. I can commit it if no one sees any problems with this feature. One current settles down and I can actually build a world without errors I will report on the makefile mods he submitted for a parallel make world. I looks like this first step goes from approx 2:25 to 2:00 for my system. -- Steve Passe | powered by smp@csn.net | Symmetric MultiProcessor FreeBSD From owner-cvs-user Tue Aug 19 10:32:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA21448 for cvs-user-outgoing; Tue, 19 Aug 1997 10:32:52 -0700 (PDT) Received: from news1.gtn.com (news1.gtn.com [192.109.159.3]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA21318; Tue, 19 Aug 1997 10:31:09 -0700 (PDT) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id TAA27266; Tue, 19 Aug 1997 19:15:32 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.8.7/8.8.7) id TAA14619; Tue, 19 Aug 1997 19:07:18 +0200 (CEST) Message-ID: <19970819190718.43277@klemm.gtn.com> Date: Tue, 19 Aug 1997 19:07:18 +0200 From: Andreas Klemm To: Satoshi Asami Cc: peter@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-user@freebsd.org Subject: Re: cvs commit: src Makefile References: <19970819080719.16845@klemm.gtn.com> <199708191001.DAA20139@silvia.HIP.Berkeley.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.79 In-Reply-To: <199708191001.DAA20139@silvia.HIP.Berkeley.EDU>; from Satoshi Asami on Tue, Aug 19, 1997 at 03:01:01AM -0700 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-cvs-user@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, Aug 19, 1997 at 03:01:01AM -0700, Satoshi Asami wrote: > * While you're at it (top level Makefile). > * Try to remove everything in /usr/include (for example to start over > * very cleanly). Then a make world fails. You have to do a ,make includes' > * by hand, after that it works fine. > > Let me repeat (for the Nth time, where N is a very large number): > please do not do a "make includes" if you want to contribute to fixing > the build. It should not be necessary as long as you build using > "make world" -- otherwise, we would like to hear about it. Ok ok ;-) I think I got it now ... -- Andreas Klemm | klemm.gtn.com - powered by Symmetric MultiProcessor FreeBSD http://www.freebsd.org/~fsmp/SMP/SMP.html http://www.freebsd.org/~fsmp/SMP/benches.html From owner-cvs-user Tue Aug 19 15:32:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA10199 for cvs-user-outgoing; Tue, 19 Aug 1997 15:32:14 -0700 (PDT) Received: from helios.dnttm.ru (root@dnttm.wave.ras.ru [194.85.104.197]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA10192; Tue, 19 Aug 1997 15:32:06 -0700 (PDT) Received: (from uucp@localhost) by helios.dnttm.ru (8.8.5/8.8.5/IP-3) with UUCP id CAA32552; Wed, 20 Aug 1997 02:25:48 +0400 Received: from tejblum.dnttm.rssi.ru (localhost [127.0.0.1]) by tejblum.dnttm.rssi.ru (8.8.7/8.8.5) with ESMTP id CAA00781; Wed, 20 Aug 1997 02:19:43 +0400 (MSD) Message-Id: <199708192219.CAA00781@tejblum.dnttm.rssi.ru> X-Mailer: exmh version 2.0gamma 1/27/96 To: Peter Wemm cc: Bruce Evans , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-user@FreeBSD.ORG Subject: Re: cvs commit: src Makefile In-reply-to: Your message of "Tue, 19 Aug 1997 18:45:38 +0800." <199708191045.SAA12115@spinner.dialix.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 20 Aug 1997 02:19:41 +0400 From: Dmitrij Tejblum Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Yes. 'make -DNOCLEAN world' works differently to 'make NOCLEAN=foo > world'. The -D version is not inherited while the second form is. Weird. My 'make' inherited them both. Here is small test example: dima@tejblum|/usr/home/dima/misc/mktest>cat Makefile world: make buildworld buildworld: .ifdef NOCLEAN @echo With NOCLEAN! .endif .ifndef NOCLEAN @echo Without NOCLEAN! .endif dima@tejblum|/usr/home/dima/misc/mktest>make world make buildworld Without NOCLEAN! dima@tejblum|/usr/home/dima/misc/mktest>make -DNOCLEAN world make buildworld With NOCLEAN! dima@tejblum|/usr/home/dima/misc/mktest>exit Dima From owner-cvs-user Tue Aug 19 16:40:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA13903 for cvs-user-outgoing; Tue, 19 Aug 1997 16:40:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA13809; Tue, 19 Aug 1997 16:39:59 -0700 (PDT) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id QAA27646; Tue, 19 Aug 1997 16:39:08 -0700 (PDT) Date: Tue, 19 Aug 1997 16:39:08 -0700 (PDT) Message-Id: <199708192339.QAA27646@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG Subject: cvs commit: src Makefile Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 1997/08/19 16:39:08 PDT Modified files: (Branch: RELENG_2_2) . Makefile Log: - In the 'update' target, add '-r RELENG_2_2' so that new directories get checked out on the correct branch. (This change is valid only on this branch.) Requested by: Ben Stuyts Revision Changes Path 1.109.2.11 +2 -2 src/Makefile From owner-cvs-user Thu Aug 21 08:16:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA26140 for cvs-user-outgoing; Thu, 21 Aug 1997 08:16:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA26108; Thu, 21 Aug 1997 08:16:15 -0700 (PDT) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id IAA02711; Thu, 21 Aug 1997 08:16:08 -0700 (PDT) Date: Thu, 21 Aug 1997 08:16:08 -0700 (PDT) Message-Id: <199708211516.IAA02711@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG Subject: cvs commit: src Makefile Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/08/21 08:16:08 PDT Modified files: . Makefile Log: Restored rev.1.122, which was clobbered by copying from -stable in rev.1.134. Split long lines. Revision Changes Path 1.138 +13 -4 src/Makefile From owner-cvs-user Thu Aug 21 08:44:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA28608 for cvs-user-outgoing; Thu, 21 Aug 1997 08:44:26 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA28575; Thu, 21 Aug 1997 08:44:03 -0700 (PDT) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id IAA18060; Thu, 21 Aug 1997 08:43:56 -0700 (PDT) Date: Thu, 21 Aug 1997 08:43:56 -0700 (PDT) Message-Id: <199708211543.IAA18060@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG Subject: cvs commit: src Makefile Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/08/21 08:43:55 PDT Modified files: . Makefile Log: Added directories in the includes target so that it installs everything that a full install would (modulo bugs in rpcsvc/Makefile). The missing things weren't used (except for mp.h from libmp), but there are relatively few of them and it's easier to be complete. Revision Changes Path 1.139 +8 -1 src/Makefile From owner-cvs-user Fri Aug 22 03:33:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA00674 for cvs-user-outgoing; Fri, 22 Aug 1997 03:33:46 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA00643; Fri, 22 Aug 1997 03:33:02 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.7/8.6.9) id DAA06457; Fri, 22 Aug 1997 03:32:59 -0700 (PDT) Date: Fri, 22 Aug 1997 03:32:59 -0700 (PDT) Message-Id: <199708221032.DAA06457@silvia.HIP.Berkeley.EDU> To: bde@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG In-reply-to: <199708211516.IAA02711@freefall.freebsd.org> (message from Bruce Evans on Thu, 21 Aug 1997 08:16:08 -0700 (PDT)) Subject: Re: cvs commit: src Makefile From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Restored rev.1.122, which was clobbered by copying from -stable in * rev.1.134. Sorry, that is my fault. Satoshi