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, 22 Sep 2012 00:40:28 -0700
User-agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120827 Thunderbird/15.0

On 09/18/2012 07:04 AM, Wolfgang Jenkner wrote:
>  bootstrap: bootstrap-clean FRC
> -     cd $(srcdir) && { ./autogen.sh || autogen/copy_autogen; }
> -     if [ -x config.status ]; then \
> -         ./config.status --recheck && \
> -         ./config.status; \
> -     else \
> -         $(srcdir)/configure $(CONFIGURE_FLAGS); \
> -     fi
> +     cd $(srcdir) && { ./autogen.sh || autogen/copy_autogen; } && touch 
> configure
> +     $(MAKE) $(MFLAGS) Makefile
>       $(MAKE) $(MFLAGS) info all

Sorry, I don't understand why that change would help, or would work.

"bootstrap-clean" removes Makefile, so the command "$(MAKE) $(MFLAGS) Makefile"
would be run without Makefile being present.  This won't work
unless GNU Make is being used.

Also, I don't see why the "touch configure" is needed.
autogen.sh (or autogen/copy_autogen) should create 'configure'.



reply via email to

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