From owner-cvs-all Thu Jun 15 19:12:21 2000 Delivered-To: cvs-all@freebsd.org Received: from tkc.att.ne.jp (tkc.att.ne.jp [165.76.16.7]) by hub.freebsd.org (Postfix) with ESMTP id 5541737B68C; Thu, 15 Jun 2000 19:12:16 -0700 (PDT) (envelope-from mzaki@e-mail.ne.jp) Received: from work.mzaki.nom ([165.76.42.150]) by tkc.att.ne.jp (8.8.8+Spin/3.6W-CONS(10/24/99)) id LAA10668; Fri, 16 Jun 2000 11:12:14 +0900 (JST) Received: from work.mzaki.nom (mzaki@localhost [127.0.0.1]) by work.mzaki.nom (8.9.3/8.9.3) with ESMTP id LAA34911; Fri, 16 Jun 2000 11:12:13 +0900 (JST) (envelope-from mzaki@e-mail.ne.jp) Date: Fri, 16 Jun 2000 11:12:12 +0900 Message-ID: <86itvae5mr.wl@tkc.att.ne.jp> From: Motomichi Matsuzaki To: obrien@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf Makefile.alpha Makefile.i386 In-Reply-To: In your message of "Thu, 15 Jun 2000 08:57:34 -0700 (PDT)" <200006151557.IAA05990@freefall.freebsd.org> References: <200006151557.IAA05990@freefall.freebsd.org> X-Mailer: Wanderlust/2.2.12 (Joyride) XEmacs/21.1 (Bryce Canyon) MIME-Version: 1.0 (generated by WEMI 1.13.7 - "Shimada") Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi. At Thu, 15 Jun 2000 08:57:34 -0700 (PDT), David E. O'Brien wrote: > Modified files: > sys/conf Makefile.alpha Makefile.i386 > Log: > Only copy /modules to /modules.old if /modules exists and is populated. fix for it: --- Makefile.i386.orig Fri Jun 16 11:06:24 2000 +++ Makefile.i386 Fri Jun 16 11:07:05 2000 @@ -495,7 +495,7 @@ modules-install modules-install.debug: .if !defined(NO_MODULES_OLD) if [ -d ${DESTDIR}/modules -a -n "`ls ${DESTDIR}/modules`" ]; then \ - mkdir -p ${DESTDIR}/modules.old + mkdir -p ${DESTDIR}/modules.old; \ cp -p ${DESTDIR}/modules/* ${DESTDIR}/modules.old; \ fi; .endif -- Motomichi Matsuzaki Dept. of Biological Sciences, Grad. School of Science, Univ. of Tokyo, Japan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message