On Sat, Oct 28, 2006 at 01:48:23AM +0200, Ralf Wildenhues wrote:
> Second try.
>
> * Patrick Welche wrote on Wed, Oct 25, 2006 at 07:44:21PM CEST:
> > ...
> > Making all in doc
> > gmake[1]: Entering directory `/usr/src/local/automake/doc'
> > ...
> > make: don't know how to make w. Stop
>
> First, please try
> gmake --no-print-directory
>
> which should work.
Not quite, but the error message is more obvious:
config.status: config.h is unchanged
config.status: executing depfiles commands
usage: make [-BeikNnqrstWX] [-D variable] [-d flags] [-f makefile]
[-I directory] [-J private] [-j max_jobs] [-m directory] [-T file]
[-V variable] [variable=value] [target ...]
gmake[1]: *** [amhello-1.0.tar.gz] Error 2
> Then, please make the amhello example dirty again:
> rm doc/amhello-1.0.tar.gz
>
> and try plain
> make
>
> which should work unless you use Solaris 2.6 make and also attempt a
> VPATH build.
Which works fine - serves me right for using GNU make instead ;-)
> Then, again
> rm doc/amhello-1.0.tar.gz
>
> then apply the patch below, then build with plain
> gmake
>
> which should now finally work, too.
It does indeed!
Thank you,
Patrick