emacs-devel
[Top][All Lists]
Advanced

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

Re: Build error: "nmake info" in "emacs/man"


From: Reiner Steib
Subject: Re: Build error: "nmake info" in "emacs/man"
Date: Fri, 10 Sep 2004 15:44:33 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

On Fri, Sep 10 2004, Dhruva Krishnamurthy wrote:

>> >cd $(srcdir) & $(MAKEINFO) pgg.texi
>> >Replace the ';' with '&' and things works with nmake! I tried it in
>> >the makefile.w32-in
[...]
> The '&' works  with MinGW GNU make (gmake), MSVC nmake. I have tried
> this both on cmd and bash shells.

Are you sure that `&' gives you the desired behavior?  At least with
bash on GNU/Linux, the makeinfo command would be execute in the
previous directory instead of $(srcdir), I think:

$ cd /tmp/current-dir
$ pwd
/tmp/current-dir
$ cd /tmp/srcdir & pwd
[1] 20342
/tmp/current-dir
[1]   Done                    cd /tmp/srcdir

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




reply via email to

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