emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114521: In nt/gnulib.mk create <byteswap.h> from <b


From: Martin Rudalics
Subject: [Emacs-diffs] trunk r114521: In nt/gnulib.mk create <byteswap.h> from <byteswap.in.h>.
Date: Fri, 04 Oct 2013 14:28:51 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114521
revision-id: address@hidden
parent: address@hidden
author: Paul Eggert  <address@hidden>
committer: martin rudalics <address@hidden>
branch nick: trunk
timestamp: Fri 2013-10-04 16:27:11 +0200
message:
  In nt/gnulib.mk create <byteswap.h> from <byteswap.in.h>.
  
  * gnulib.mk: Create <byteswap.h> from <byteswap.in.h>.
modified:
  .bzrignore                     bzrignore-20091227212532-2lrlpwjsfm9i221p-1
  nt/ChangeLog                   changelog-20091113204419-o5vbwnq5f7feedwu-1545
  nt/gnulib.mk                   gnulib.mk-20130331140345-sdcxubmlur6jjs1e-1
=== modified file '.bzrignore'
--- a/.bzrignore        2013-08-15 06:31:14 +0000
+++ b/.bzrignore        2013-10-04 14:27:11 +0000
@@ -102,6 +102,7 @@
 lib/deps
 lib/alloca.h
 lib/arg-nonnull.h
+lib/byteswap.h
 lib/c++defs.h
 lib/dirent.h
 lib/errno.h

=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2013-09-20 07:21:20 +0000
+++ b/nt/ChangeLog      2013-10-04 14:27:11 +0000
@@ -1,3 +1,7 @@
+2013-10-04  Paul Eggert  <address@hidden>
+
+       * gnulib.mk: Create <byteswap.h> from <byteswap.in.h>.
+
 2013-09-20  Eli Zaretskii  <address@hidden>
 
        * mingw-cfg.site (gl_cv_sys_struct_timeval_tv_sec): Set to "yes"

=== modified file 'nt/gnulib.mk'
--- a/nt/gnulib.mk      2013-07-07 18:00:14 +0000
+++ b/nt/gnulib.mk      2013-10-04 14:27:11 +0000
@@ -78,6 +78,29 @@
 
 ## end   gnulib module alloca-opt
 
+## begin gnulib module byteswap
+
+BUILT_SOURCES += $(BYTESWAP_H)
+
+# We need the following in order to create <byteswap.h> when the system
+# doesn't have one.
+if GL_GENERATE_BYTESWAP_H
+byteswap.h: byteswap.in.h $(top_builddir)/config.status
+       $(AM_V_GEN)rm -f address@hidden $@ && \
+       { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
+         cat $(srcdir)/byteswap.in.h; \
+       } > address@hidden && \
+       mv -f address@hidden $@
+else
+byteswap.h: $(top_builddir)/config.status
+       rm -f $@
+endif
+MOSTLYCLEANFILES += byteswap.h byteswap.h-t
+
+EXTRA_DIST += byteswap.in.h
+
+## end   gnulib module byteswap
+
 ## begin gnulib module c-ctype
 
 libgnu_a_SOURCES += c-ctype.h c-ctype.c


reply via email to

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