From owner-cvs-src@FreeBSD.ORG Thu Mar 17 19:45:39 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A4BA16A4CE; Thu, 17 Mar 2005 19:45:39 +0000 (GMT) Received: from critter.freebsd.dk (f170.freebsd.dk [212.242.86.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF37543D4C; Thu, 17 Mar 2005 19:45:36 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.1/8.13.1) with ESMTP id j2HJjXaO009389; Thu, 17 Mar 2005 20:45:33 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Andrea Campi From: "Poul-Henning Kamp" In-Reply-To: Your message of "Thu, 17 Mar 2005 18:20:25 +0100." <20050317172025.GO1166@webcom.it> Date: Thu, 17 Mar 2005 20:45:33 +0100 Message-ID: <9388.1111088733@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/tools/tools/nanobsd Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2005 19:45:39 -0000 done. Thanks for reminding me, I only remember when my customize scripts fail :-) Poul-Henning In message <20050317172025.GO1166@webcom.it>, Andrea Campi writes: >On Sat, Mar 12, 2005 at 08:41:26PM +0000, Poul-Henning Kamp wrote: >> phk 2005-03-12 20:41:26 UTC >> >> FreeBSD src repository >> >> Modified files: >> tools/tools/nanobsd Makefile >> Log: >> DTRT with /var so that any packages installed are correctly recorded. > >Now that this has been committed, I only have one local diff, it would >be amazing if you could consider doing something along these lines. > >Oh, and thanks! ;-) > > >--- /usr/src/tools/tools/nanobsd/Makefile Wed Mar 16 16:42:59 2005 >+++ Makefile Thu Mar 17 18:15:09 2005 >@@ -71,16 +71,17 @@ > # > Customize: _.cs > _.cs: _.iw _.di _.ik _.di >+ touch _.cs.tmp > .for cust in ${CUSTOMIZE} > .if exists(${.CURDIR}/Customize/${${cust}}) >- sh -e ${.CURDIR}/Customize/${cust} ${WD} ${WORLDDIR} ${.CURDIR} ${CUSTOMIZE_ARGS} >+ sh -e ${.CURDIR}/Customize/${cust} ${WD} ${WORLDDIR} ${.CURDIR} ${CUSTOMIZE_ARGS} >> _.cs.tmp 2>&1 > .elif exists(${.CURDIR}/${${cust}}) >- sh -e ${.CURDIR}/${cust} ${WD} ${WORLDDIR} ${.CURDIR} ${CUSTOMIZE_ARGS} >+ sh -e ${.CURDIR}/${cust} ${WD} ${WORLDDIR} ${.CURDIR} ${CUSTOMIZE_ARGS} >> _.cs.tmp 2>&1 > .else >- sh -e ${cust} ${WD} ${WORLDDIR} ${.CURDIR} ${CUSTOMIZE_ARGS} >+ sh -e ${cust} ${WD} ${WORLDDIR} ${.CURDIR} ${CUSTOMIZE_ARGS} >> _.cs.tmp 2>&1 > .endif > .endfor >- touch _.cs >+ mv _.cs.tmp _.cs > > ########################################################################### > # > > >-- > "One world, one web, one program" -- Microsoft promotional ad > "Ein Volk, ein Reich, ein Fuehrer" -- Adolf Hitler > -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.