[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Makefile.common - WMLPROLOG & WMLEPILOG



* Marek ?aska <tamcap@tamcap.one.pl> [2003-07-09 09:22]:
> So, I propose a patch to Makefile.common, attached.

> -WMLPROLOG :=
> -WMLEPILOG :=
> -WML = wml $(WMLOPTIONS) -o UNDEFu$(LANGUAGECAP):$(WMLOUTFILE)@g+w $(WMLPROLOG) $(WMLEPILOG)
> +WMLPROLOG :=echo
> +WMLEPILOG :=echo
> +WML = wml $(WMLOPTIONS) -o UNDEFu$(LANGUAGECAP):$(WMLOUTFILE)@g+w -P $(WMLPROLOG) -E $(WMLEPILOG)

 Uhm, if I see this correct, what hinders you in do the following in
your Make.lang:

WMLPROLOG := -P echo
WMLEPILOG := -E echo

 (or substitute echo with what you really want to do)

 I don't see much need for defining it for all people, the overhead of
the echo is really not needed here just because you think you can't add
the -P and -E to your script definition :)

 So long,
Alfie

Attachment: pgpS94gVNp4ej.pgp
Description: PGP signature


Reply to: