emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] trunk r113339: Handle errno and exit status a bit more


From: Herbert J. Skuhra
Subject: Re: [Emacs-diffs] trunk r113339: Handle errno and exit status a bit more carefully.
Date: Sat, 13 Jul 2013 09:26:16 +0200
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/24.3.50 (i386-pc-freebsd9.1) MULE/6.0 (HANACHIRUSATO)

On Tue, 09 Jul 2013 07:04:58 +0000
Paul Eggert wrote:

> === modified file 'ChangeLog'
> --- a/ChangeLog       2013-07-08 13:26:13 +0000
> +++ b/ChangeLog       2013-07-09 07:04:48 +0000
> @@ -1,3 +1,9 @@
> +2013-07-09  Paul Eggert  <address@hidden>
> +
> +     Handle errno and exit status a bit more carefully.
> +     * lib/ignore-value.h: Remove this gnulib-imported file.
> +     * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
> +

On FreeBSD (9.1-STABLE i386) I am now getting:

gmake[2]: *** No rule to make target `../lib/ignore-value.h', needed by 
`sysdep.o'.  Stop.
gmake[2]: Leaving directory `/home/herbert/source/emacs/trunk/src'
gmake[1]: *** [src] Error 2
gmake[1]: Leaving directory `/home/herbert/source/emacs/trunk'
gmake: *** [bootstrap] Error 2

With the below change the build is OK:

--- src/deps.mk 2013-02-25 05:55:37 +0000
+++ src/deps.mk 2013-07-13 05:55:29 +0000
@@ -190,7 +190,7 @@
    frame.h atimer.h window.h msdos.h dosfns.h keyboard.h cm.h lisp.h \
    globals.h $(config_h) composite.h sysselect.h gnutls.h \
    ../lib/allocator.h ../lib/careadlinkat.h \
-   ../lib/unistd.h ../lib/ignore-value.h
+   ../lib/unistd.h
 term.o: term.c termchar.h termhooks.h termopts.h lisp.h globals.h $(config_h) \
    cm.h frame.h disptab.h keyboard.h character.h charset.h coding.h ccl.h \
    xterm.h msdos.h window.h keymap.h blockinput.h atimer.h systime.h \

-- 
Herbert




reply via email to

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