Re: make help?

2008-02-03 Thread Bob Proulx
NightStrike wrote: > I meant more along the lines of, for instance in the gcc project, > there is 'make all-gcc", "make all-gmp", "make all-mpfr", etc. Those are all custom local targets. The problem is the same as if I were Bilbo asking, "What do I have in my pocket?" It could be anything and n

Re: Problems on make distcheck

2008-02-03 Thread Stefan Bienert
Hi again, > What is the Automake version you use? What do you set for > AC_CONFIG_AUXDIR, AC_CONFIG_MACRO_DIR in configure.ac? I am using version 1.10 at home and version 1.9.6 at work. THe error occurs with both of them. My settings: AC_CONFIG_AUX_DIR([share/misc/config]) AC_CONFIG_MACRO_DIR

Re: make help?

2008-02-03 Thread NightStrike
On 2/3/08, NightStrike <[EMAIL PROTECTED]> wrote: > On 2/3/08, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > > * NightStrike wrote on Sun, Feb 03, 2008 at 03:53:36PM CET: > > > Is there any possibility of an automake generated "help" target that > > > would list the possible targets (or a subset of

Re: make help?

2008-02-03 Thread NightStrike
On 2/3/08, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > * NightStrike wrote on Sun, Feb 03, 2008 at 03:53:36PM CET: > > Is there any possibility of an automake generated "help" target that > > would list the possible targets (or a subset of them) for make? This > > could potentially be propagated

Re: make help?

2008-02-03 Thread Ralf Wildenhues
* NightStrike wrote on Sun, Feb 03, 2008 at 03:53:36PM CET: > Is there any possibility of an automake generated "help" target that > would list the possible targets (or a subset of them) for make? This > could potentially be propagated upstream to the standard gnu targets, > too. Like this? .PHO

make help?

2008-02-03 Thread NightStrike
Is there any possibility of an automake generated "help" target that would list the possible targets (or a subset of them) for make? This could potentially be propagated upstream to the standard gnu targets, too.

Re: Problems on make distcheck

2008-02-03 Thread Ralf Wildenhues
* Stefan Bienert wrote on Sun, Feb 03, 2008 at 03:28:39PM CET: > > the output of make distcheck is attached to this mail. Thanks. [...] > make[1]: Leaving directory `/home/foo/bar/usr/prj-0.1/_build' > make[1]: Entering directory `/home/foo/bar/usr/prj-0.1/_build' > { test ! -d prj-0.1 || { find

Re: Problems on make distcheck

2008-02-03 Thread Stefan Bienert
Hi there, the output of make distcheck is attached to this mail. greetings, Stefan{ test ! -d prj-0.1 || { find prj-0.1 -type d ! -perm -200 -exec chmod u+w {} ';' && rm -fr prj-0.1; }; } test -d prj-0.1 || mkdir prj-0.1 list='src share '; for subdir in $list; do \ if test "$subdir" =