Re: "make maintainer/dist-clean" script-error

2002-04-08 Thread Lars Gullik Bjønnes
"R. Lahaye" <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes writes: >> >> "R. Lahaye" <[EMAIL PROTECTED]> writes: >> >The real problem (and bug?) is line 590 in src/frontends/Makefile: >> > >> >make -C $$dir distclean ; \ >> > >> > this should be: >> > >> > $(MAKE) -C $$dir distclean ; \

Re: "make maintainer/dist-clean" script-error

2002-04-08 Thread R. Lahaye
Lars Gullik Bjønnes writes: > > "R. Lahaye" <[EMAIL PROTECTED]> writes: > >The real problem (and bug?) is line 590 in src/frontends/Makefile: > > > >make -C $$dir distclean ; \ > > > > this should be: > > > > $(MAKE) -C $$dir distclean ; \ > > These targets does not exist anymore in my tree.

Re: [Patch] Re: "make maintainer/dist-clean" script-error

2002-04-08 Thread Lars Gullik Bjønnes
"R. Lahaye" <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes writes: >> >>"R. Lahaye" <[EMAIL PROTECTED]> writes: >> >> > "-C" is an illegal option for (g)make! >> >> It is not. > | Yes it is, at least for the "make" that ships with my up-to-date | FreeBSD-4.5. Then that is not gmake. | Don't

[Patch] Re: "make maintainer/dist-clean" script-error

2002-04-08 Thread R. Lahaye
Lars Gullik Bjønnes writes: > >"R. Lahaye" <[EMAIL PROTECTED]> writes: > > > "-C" is an illegal option for (g)make! > > It is not. Yes it is, at least for the "make" that ships with my up-to-date FreeBSD-4.5. Don't know why FreeBSD has its own flags here, but actually that's not the real problem

Re: "make maintainer/dist-clean" script-error

2002-04-07 Thread Lars Gullik Bjønnes
"R. Lahaye" <[EMAIL PROTECTED]> writes: | Two problems here: > | 1) "-C" is an illegal option for (g)make! It is not. -- Lgb

"make maintainer/dist-clean" script-error

2002-04-07 Thread R. Lahaye
Hi, When I do a "gmake maintainer-clean" or "gmake distclean", it ends with: - [...] rm -f Makefile stamp-h stamp-h[0-9]* test -z "*.orig *.rej *~ *.bak core" || rm -f *.orig *.rej *~ *.bak core rm -f libtool if test -f $dir/Makefile