* Benoit Sigoure wrote on Mon, Apr 23, 2007 at 04:06:44PM CEST:
> Quoting Ralf Wildenhues <[EMAIL PROTECTED]>:
[...]
>> all-local:
>>cd gcc-4.0.1 && $(MAKE) all
>
> BTW, this simulates the case when `gcc-4.0.1' is after `.' in SUBDIRS.
> This won't work if `all' needs to be made in the s
Quoting Ralf Wildenhues <[EMAIL PROTECTED]>:
Hello Brendon,
* Brendon Costa wrote on Mon, Apr 23, 2007 at 03:34:21AM CEST:
[...]
When i do a make distclean i want to perform the distclean as normal
for all directories EXCEPT when descending into $builddir/patched
When distclean is recursively
Hello Brendon,
* Brendon Costa wrote on Mon, Apr 23, 2007 at 03:34:21AM CEST:
[...]
> $buildir/patched/gcc-4.0.1/Makefile
> $buildir/patched/doxygen-1.5.1/Makefile
>
> When i do a make distclean i want to perform the distclean as normal
> for all directories EXCEPT when descending into $builddir/
Hi all,
I have a project using autotools that also has "sub-projects".
http://edoc.sourceforge.net/
Basically this project requires patched versions of the GCC and
doxygen projects. To make life easy for the person compiling from
sources i get my configure script to unpack the sources for these
p