emacs-devel
[Top][All Lists]
Advanced

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

Re: Broken lisp/Makefile.w32-in


From: Juanma Barranquero
Subject: Re: Broken lisp/Makefile.w32-in
Date: Wed, 04 Sep 2002 16:35:15 +0200

On Sun, 01 Sep 2002 19:59:58 +0300, "Eli Zaretskii" <address@hidden> wrote:

> Does it help to put the redirection at the beginning of the command,
> like below?
> 
>   >> foo.txt for ...

It does in the command line, but no from inside the makefile. nmake
complains that it cannot execute the "for" command.

As a last resort I can split WINS into two variables, like

 WINS_NO_TERM=\
        calc \
        calendar \
        etc ... \

 WINS=$(WINS_NO_TERM) term

and use WINS_NO_TERM in update-subdirs, but that's just an *ugly* hack :)


                                                           /L/e/k/t/u





reply via email to

[Prev in Thread] Current Thread [Next in Thread]