emacs-devel
[Top][All Lists]
Advanced

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

Re: Trunk: Build error on FreeBSD


From: Paul Eggert
Subject: Re: Trunk: Build error on FreeBSD
Date: Sat, 15 Sep 2012 20:42:21 -0700
User-agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120827 Thunderbird/15.0

On 09/15/2012 01:57 PM, Herbert J. Skuhra wrote:
> ${MAKE-make} MAKEFILE_NAME=do-not-make-Makefile epaths-force
> 
> fails if run from config.status:
> 
> creating src/epaths.h
> make: don't know how to make wd. Stop

That "wd" looks like there's something unusual about the
environment.  Perhaps "MAKE" is set to something that contains
a space followed by "wd"?  What happens if you do the following
trivial change to "configure", to try to debug it?  If the
$MAKE environment variable contains a space in it, there's
a simple fix, but I'd like to know that we've actually isolated
the problem.

--- configure~  2012-09-15 00:11:14.369490534 -0700
+++ configure   2012-09-15 20:39:35.710598150 -0700
@@ -26045,6 +26045,7 @@
  ;;
     "epaths":C)
 echo creating src/epaths.h
+echo "${MAKE-make} MAKEFILE_NAME=do-not-make-Makefile epaths-force"
 ${MAKE-make} MAKEFILE_NAME=do-not-make-Makefile epaths-force
  ;;
     "gdbinit":C)




reply via email to

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