emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r112057: * Makefile.in (${ns_appdir})


From: Jan D.
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112057: * Makefile.in (${ns_appdir}): Add touch to avoid removal with equal timestamps.
Date: Sat, 16 Mar 2013 13:58:47 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 112057
committer: Jan D. <address@hidden>
branch nick: trunk
timestamp: Sat 2013-03-16 13:58:47 +0100
message:
  * Makefile.in (${ns_appdir}): Add touch to avoid removal with equal 
timestamps.
modified:
  nextstep/ChangeLog
  nextstep/Makefile.in
=== modified file 'nextstep/ChangeLog'
--- a/nextstep/ChangeLog        2013-03-11 16:31:55 +0000
+++ b/nextstep/ChangeLog        2013-03-16 12:58:47 +0000
@@ -1,3 +1,7 @@
+2013-03-16  Jan Djärv  <address@hidden>
+
+       * Makefile.in (${ns_appdir}): Add touch.
+
 2012-09-17  Glenn Morris  <address@hidden>
 
        * templates/Info-gnustep.plist.in, templates/InfoPlist.strings.in:

=== modified file 'nextstep/Makefile.in'
--- a/nextstep/Makefile.in      2013-01-01 09:11:05 +0000
+++ b/nextstep/Makefile.in      2013-03-16 12:58:47 +0000
@@ -40,6 +40,7 @@
        [ `cd ${srcdir} && /bin/pwd` = `/bin/pwd` ] || \
          ( cd ${ns_appsrc} ; tar cfh - . ) | \
            ( cd ${ns_appdir} ; umask 022; tar xf - )
+       touch ${ns_appdir}
 
 ${ns_appbindir}/Emacs: ${ns_appdir} ../src/emacs${EXEEXT}
        ${MKDIR_P} ${ns_appbindir}


reply via email to

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