emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105926: * make-dist: Add lib/makefil


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105926: * make-dist: Add lib/makefile.w32-in.
Date: Mon, 26 Sep 2011 01:23:13 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105926
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2011-09-26 01:23:13 -0700
message:
  * make-dist: Add lib/makefile.w32-in.
modified:
  ChangeLog
  make-dist
=== modified file 'ChangeLog'
--- a/ChangeLog 2011-09-24 19:06:20 +0000
+++ b/ChangeLog 2011-09-26 08:23:13 +0000
@@ -1,3 +1,7 @@
+2011-09-26  Glenn Morris  <address@hidden>
+
+       * make-dist: Add lib/makefile.w32-in.
+
 2011-09-24  Glenn Morris  <address@hidden>
 
        * configure.in (CRT_DIR): Fix netbsd/openbsd handling.

=== modified file 'make-dist'
--- a/make-dist 2011-09-03 23:03:38 +0000
+++ b/make-dist 2011-09-26 08:23:13 +0000
@@ -383,7 +383,7 @@
 (snippet_h=`(cd build-aux/snippet && ls *.h)`
  cd lib
  ln [a-zA-Z]*.[ch] ../${tempdir}/lib
- ln gnulib.mk Makefile.am Makefile.in ../${tempdir}/lib
+ ln gnulib.mk Makefile.am Makefile.in makefile.w32-in ../${tempdir}/lib
  cd ../${tempdir}/lib
  script='/[*]/d; s/\.in\.h$/.h/'
  rm -f `(echo "$snippet_h"; ls *.in.h) | sed "$script"`)


reply via email to

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