Re: Can't build from cvs sources

2004-10-25 Thread Robert Mecklenburg
Boris Kolpackov <[EMAIL PROTECTED]> wrote: RM> Robert Mecklenburg <[EMAIL PROTECTED]> writes: RM> "Well, bust my buttons!" After creating an empty build.sh.in RM> autoreconf succeeded in building a configure script. Even running the RM> ./configure script se

Re: Can't build from cvs sources

2004-10-25 Thread Robert Mecklenburg
rm> I've checked out the head of the cvs trunk and followed the rm> instructions in README.cvs but the autoreconf fails: rm> rm> autoreconf -i -s rm> Makefile.am: required file `./README' not found rm> configure.in:398: required file `build.sh.in' not found rm> autoreconf: automake failed with exi

Can't build from cvs sources

2004-10-22 Thread Robert Mecklenburg
I've checked out the head of the cvs trunk and followed the instructions in README.cvs but the autoreconf fails: autoreconf -i -s Makefile.am: required file `./README' not found configure.in:398: required file `build.sh.in' not found autoreconf: automake failed with exit status: 1

Missing arguments to macros

2002-11-06 Thread Robert Mecklenburg
# This messsage can be executed by make to illustrate my problem. all: ; @$(call f,a,b) # The details of macro argument processing aren't clear to me, so I'm # asking. It appears that all macro arguments are optional, for # instance: define g $1 $2 endef # The macro g can be called with any n

Re: Changing resolution of $^ in make

2002-10-09 Thread Robert Mecklenburg
PDS> Yes. VPATH/vpath is not appropriate for finding targets, only PDS> for finding source files (that is, files which are not built by PDS> make but which exist a priori). PDS> PDS> See my web site below for a longer description of how VPATH/vpath PDS> works. Wow, thanks for the very fast, inf

Changing resolution of $^ in make

2002-10-08 Thread Robert Mecklenburg
I apologize in advance if this cross-posting is inappropriate, but it seemed reasonable at the time... The following makefile yields two different values for $^ when run twice in succession: # Example makefile vpath %.in /c/work/tmp/src vpath %.out /c/work/tmp/out default: stuff/foo.out

-include is not silent in 3.79.1

2000-10-25 Thread Robert Mecklenburg
if files aren't found. Thoughts? Thanks, -- Robert Mecklenburg ___ Bug-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-make