From owner-freebsd-libh Wed Oct 17 21:48:46 2001 Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id 5232437B401 for ; Wed, 17 Oct 2001 21:48:44 -0700 (PDT) Received: (from antoine@localhost) by usw4.freebsd.org (8.11.6/8.11.6) id f9I4mh650181 for libh@FreeBSD.org; Wed, 17 Oct 2001 23:48:43 -0500 (CDT) (envelope-from antoine) Message-Id: <200110180448.f9I4mh650181@usw4.freebsd.org> From: Antoine Beaupré Date: Wed, 17 Oct 2001 23:48:43 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/release/floppies LIBH-BOOT Makefile Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG antoine 2001/10/17 23:48:43 CDT Modified files: release/floppies Makefile Added files: release/floppies LIBH-BOOT Log: add little cutie header for ppl to know what this file does add a dummy "kernel" target (easier to use than ${COMPILE}/kernel) cp kernel config to ${CONF} only if needed kernel build seems to be working fine if ${CONFFILE} exists, so add that file to the repository (a copy of my GENERIC) config here. This last one will undoubtedly create problems since I run -stable and this can be compile on other versions. It's still better than nothing at all. One could argue that this doesn't belong here at all, and that the user should create the file himself in ${CONF} I'm open to comments and suggestions as how to do this Revision Changes Path 1.4 +17 -4 libh/release/floppies/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message