[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Increasing regularity of build systems



In article <cistron.19990914114213.A23832@lappy.djj.state.va.us>,
Ben Collins  <bcollins@debian.org> wrote:
>These builds need something like:
>
>	if [ ! -f stamp-configure ]; then \
>		./configure ; \
>		touch stamp-configure; \
>	fi

Or even simpler:

	test -f config.status || ./configure

Mike.
-- 
... somehow I have a feeling the hurting hasn't even begun yet
	-- Bill, "The Terrible Thunderlizards"


Reply to: