From owner-cvs-user Sun Jun 7 03:52:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA09764 for cvs-user-outgoing; Sun, 7 Jun 1998 03:52:28 -0700 (PDT) (envelope-from owner-cvs-user) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA09569; Sun, 7 Jun 1998 03:51:42 -0700 (PDT) (envelope-from sos@FreeBSD.org) From: Søren Schmidt Received: (from sos@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA20433; Sun, 7 Jun 1998 03:50:30 -0700 (PDT) Date: Sun, 7 Jun 1998 03:50:30 -0700 (PDT) Message-Id: <199806071050.DAA20433@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 sos 1998/06/07 03:50:29 PDT Modified files: . Makefile Log: Compile mtree before it is used, this is a hack, but make world has failed since new functionality was introduced in mtree. Revision Changes Path 1.200 +12 -1 src/Makefile From owner-cvs-user Tue Jun 9 00:21:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA17485 for cvs-user-outgoing; Tue, 9 Jun 1998 00:21:07 -0700 (PDT) (envelope-from owner-cvs-user) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA17423; Tue, 9 Jun 1998 00:20:43 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA17986; Tue, 9 Jun 1998 00:19:19 -0700 (PDT) Date: Tue, 9 Jun 1998 00:19:19 -0700 (PDT) Message-Id: <199806090719.AAA17986@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 1998/06/09 00:19:18 PDT Modified files: . Makefile Log: Quick fixes for the mtree bootstrap: - don't announce `mtree' as `mtools'. - don't install to ${DESTDIR}/usr/sbin (which often doesn't exist if DESTDIR is set and may be read-only if DESTDIR is not set). - install to (${WORLDTMP}/usr/sbin so that the new mtree is actually in $PATH if DESTDIR is set. - don't use the host make or the host sys.mk. This is probably unimportant. - use a temporary obj dir like the one for `make'. This was mainly necessary because I forgot to remove the MAKEOBJDIRPREFIX unsetting which was just a bug for mtree. A non-quick fix would handle mtree more like a bootstrap tool (the only additional complications are to create ${BINDIR} and avoid excessive cleaning). Except a non-quick fix would change much more. Revision Changes Path 1.201 +6 -5 src/Makefile From owner-cvs-user Fri Jun 12 19:04:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA08874 for cvs-user-outgoing; Fri, 12 Jun 1998 19:04:55 -0700 (PDT) (envelope-from owner-cvs-user) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA08810; Fri, 12 Jun 1998 19:04:09 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA24031; Fri, 12 Jun 1998 19:03:41 -0700 (PDT) Date: Fri, 12 Jun 1998 19:03:41 -0700 (PDT) Message-Id: <199806130203.TAA24031@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 1998/06/12 19:03:41 PDT Modified files: . Makefile Log: join(1) is used by lorder, add it to build-tools. (otherwise, things get ugly when an a.out /usr/bin/join sees the elf LD_LIBRARY_PATH from a 'make world' and it's a.out ld.so tries to load the elf libc.so.) Revision Changes Path 1.202 +2 -1 src/Makefile