emacs-devel
[Top][All Lists]
Advanced

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

Re: Still cannot build native windows version of emacs 23.*


From: Eli Zaretskii
Subject: Re: Still cannot build native windows version of emacs 23.*
Date: Mon, 04 Feb 2008 22:47:02 +0200

> From: Eric Lilja <address@hidden>
> Date: Mon, 04 Feb 2008 10:41:52 +0100
> 
> A side question you might be able to answer: I put this in my build 
> script (a bash script) after make bootstrap:
> if test $? = 0
> then
>     echo "Bootstrap succeeded, proceeding with build script..."
> else
>     echo "Bootstrap failed, halting build script!"
> 
>     exit
> fi
> 
> but the script thinks the bootstrap succeeded and attempts to build 
> info, install etc...how do can I detect bootstrap errors and halt the 
> script?

Could it be that the exit code of the MinGW make is somehow not
communicated correctly to the Cygwin port of Bash?




reply via email to

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