unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: [Emacs-diffs] trunk r113339: Handle errno and exit status a bit more carefully.
       [not found] <E1UwRys-00021C-N9@vcs.savannah.gnu.org>
@ 2013-07-13  7:26 ` Herbert J. Skuhra
  2013-07-13  9:33   ` Paul Eggert
  0 siblings, 1 reply; 2+ messages in thread
From: Herbert J. Skuhra @ 2013-07-13  7:26 UTC (permalink / raw)
  To: Paul Eggert, emacs-devel

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  <eggert@cs.ucla.edu>
> +
> +	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




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Emacs-diffs] trunk r113339: Handle errno and exit status a bit more carefully.
  2013-07-13  7:26 ` [Emacs-diffs] trunk r113339: Handle errno and exit status a bit more carefully Herbert J. Skuhra
@ 2013-07-13  9:33   ` Paul Eggert
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggert @ 2013-07-13  9:33 UTC (permalink / raw)
  To: Herbert J. Skuhra; +Cc: emacs-devel

Thanks, fixed in trunk bzr 113411.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-13  9:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1UwRys-00021C-N9@vcs.savannah.gnu.org>
2013-07-13  7:26 ` [Emacs-diffs] trunk r113339: Handle errno and exit status a bit more carefully Herbert J. Skuhra
2013-07-13  9:33   ` Paul Eggert

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).