"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 ; \
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.
"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
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
"R. Lahaye" <[EMAIL PROTECTED]> writes:
| Two problems here:
>
| 1) "-C" is an illegal option for (g)make!
It is not.
--
Lgb
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