From owner-cvs-all Sun Dec 19 18: 7:46 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E33E714D0D; Sun, 19 Dec 1999 18:07:43 -0800 (PST) (envelope-from grog@FreeBSD.org) Received: (from grog@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA99080; Sun, 19 Dec 1999 18:07:43 -0800 (PST) (envelope-from grog@FreeBSD.org) Message-Id: <199912200207.SAA99080@freefall.freebsd.org> From: Greg Lehey Date: Sun, 19 Dec 1999 18:07:43 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release/picobsd/build Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk grog 1999/12/19 18:07:43 PST Modified files: release/picobsd/build Makefile Log: Handle building individual targets better. It's still broken; the only way to be sure the build works correctly is to do a 'make all'. But with these changes, it's easier to test individual targets. In particular, ensure that the vnode file systems are mounted before writing to them. Ensure that we don't get CVS directories on our floppies. Use kgzip instead of kzip to compress the loader. This saves a few kB. Remove some test cruft. Revision Changes Path 1.2 +38 -42 src/release/picobsd/build/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message