Joe Green <[EMAIL PROTECTED]> writes:

>> -all:
>> +default: all
>
> Alas that made no difference, if you mean merely appending
> "+default: all". Hardly surprising really, since clearly my
> gmake *already* thought that "all" was the default target.

No, I meant replacing "all:" with "default: all".
Makefile.config defines this empty rule for "all" but
there is another rule in Makefile.lib.  I thought perhaps
this version ignores the second rule after it has seen
the empty rule for the same target.

However, Jonas Fonseca is probably right about $(call ...)
being the reason.  This function was added in GNU Make 3.78
so it is not available in your 3.68.  We should document this
version requirement or change the makefiles not to use so many
fancy features.

> I ought not to go messing about updating shared software though :-(

Perhaps you could install a newer Make in your home directory?

> Incidentally, were your suggested lines meant to be input to
> some specific filter? Or just the output from some flavour of
> diff?

It was the output of diff -u from GNU diff 2.8.1, modified to
remove irrelevant pathnames and timestamps.  This format is going
to be standardized in the next version of POSIX.

Attachment: pgpoA2ecFmfyj.pgp
Description: PGP signature

_______________________________________________
elinks-users mailing list
[email protected]
http://linuxfromscratch.org/mailman/listinfo/elinks-users

Reply via email to