Date: Sat, 4 Mar 95 00:28:47 +0100 From: jmz@cabri.obs-besancon.fr (Jean-Marc Zucconi) To: jkh@freefall.cdrom.com Cc: jkh@freebsd.org, CVS-commiters@time.cdrom.com, cvs-ports@time.cdrom.com Subject: Re: cvs commit: ports/print/latex Makefile Message-ID: <9503032328.AA18941@cabri.obs-besancon.fr> In-Reply-To: <1345.794262352@freefall.cdrom.com> (jkh@freefall.cdrom.com)
next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> "Jordan" == Jordan K Hubbard <jkh@freefall.cdrom.com> writes: >> This port is NOT interactive. I have rebuilt it 3 times during the >> last 2 weeks, without any problem. If it requires user input, this is >> a bug (which IS_IMPOSSIBLE :-) > I get zillions of questions in this form: > Generating file ./dcolumn.sty > File ./dcolumn.sty already exists on the system. > Overwrite it? [y/n] > \answer=y <<== USER INPUT REQUIRED > Processing File dcolumn.dtx (package) -> dcolumn.sty OK. Of course I was wrong! This situation can happens if the build is interupted and then restarted, but also if a build is done without a 'make clean' before. This is because the Makefile behaves like: XX = $(DD)/.foo build: $(XX) $(XX): echo XX touch $(XX) DD= /tmp In this situation make build always rebuild! I'm sure that this bug can be found in a couple of other ports. I'll fix them this week end. > Jordan Jean-Marc. ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ Jean-Marc Zucconi | jmz@cabri.obs-besancon.fr Observatoire de Besancon | F 25010 Besancon cedex | PGP Key: finger jmz@cabri.obs-besancon.fr =========================================================================
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9503032328.AA18941>