From owner-cvs-all Wed Jul 26 20:50:28 2000 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 C536237BF88; Wed, 26 Jul 2000 20:50:25 -0700 (PDT) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA26129; Wed, 26 Jul 2000 20:50:25 -0700 (PDT) (envelope-from green@FreeBSD.org) Message-Id: <200007270350.UAA26129@freefall.freebsd.org> From: Brian Feldman Date: Wed, 26 Jul 2000 20:50:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf Makefile.alpha Makefile.i386 Makefile.pc98 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG green 2000/07/26 20:50:25 PDT Modified files: sys/conf Makefile.alpha Makefile.i386 Makefile.pc98 Log: -mkdir the ${DESTDIR}/modules directory upon modules-install in case it doesn't exist. This could bite you by allowing you merrily install your modules one on top of the other as the regular file ${DESTDIR}/modules and think it completed properly... Revision Changes Path 1.67 +2 -1 src/sys/conf/Makefile.alpha 1.197 +2 -1 src/sys/conf/Makefile.i386 1.97 +2 -1 src/sys/conf/Makefile.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message