Hello
I'm using:
GNU Make version 3.79.1
Built for i686-pc-cygwin
My project has some autogenerated C files. I use a different suffix for
these
files (.agc) so that I can delete them in the clean rule (rm -f *.agc).
Here is a simplified Makefile:
.SUFFIXES: .agc
all::boot test.o
boot::
cp t
%% root writes:
r> Some help, please !
r> [EMAIL PROTECTED]
First, please don't run the configure as root. You should never do
_anything_ as root except what's absolutely necessary... in the case of
building tools you can do the entire build as yourself, and just run the
final "make insta
Hi
Some help, please !
Henri
[EMAIL PROTECTED]
bash-2.04# ./configure
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
check
Paul Smith wrote in this list (April 30, 2001):
GNU Make uses a directory cache in order to speed up processing.
Because of this cache, once the directory is read it will only be
seen (from within make) to contain changes that make knows about
I think this should be mentioned in the