emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104364: * lib-src/Makefile.in (all,


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104364: * lib-src/Makefile.in (all, clean): Use $EXE_FILES.
Date: Wed, 25 May 2011 00:13:57 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104364
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2011-05-25 00:13:57 -0700
message:
  * lib-src/Makefile.in (all, clean): Use $EXE_FILES.
modified:
  lib-src/ChangeLog
  lib-src/Makefile.in
=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2011-05-25 02:33:35 +0000
+++ b/lib-src/ChangeLog 2011-05-25 07:13:57 +0000
@@ -5,6 +5,7 @@
        (stamp-rcs2log, stamp-rcs-checkin, stamp-grep-changelog, stamp-vcdiff):
        Use $insrcdir to suppress unaesthetic ignored errors.
        (clean): Simplify list of things to delete.
+       (all, clean): Use $EXE_FILES.
 
        * Makefile.in (movemail${EXEEXT}): Build in one step, not via .o file.
 

=== modified file 'lib-src/Makefile.in'
--- a/lib-src/Makefile.in       2011-05-25 02:33:35 +0000
+++ b/lib-src/Makefile.in       2011-05-25 07:13:57 +0000
@@ -178,7 +178,7 @@
 LOADLIBES = ../lib/libgnu.a $(LIBS_SYSTEM)
 $(EXE_FILES): ../lib/libgnu.a
 
-all: ${DONT_INSTALL} ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} 
${INSTALLABLE_SCRIPTS}  ${STAMP_INST_SCRIPTS} ${STAMP_SCRIPTS}
+all: ${EXE_FILES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS} ${STAMP_INST_SCRIPTS} 
${STAMP_SCRIPTS}
 
 ## These targets copy the scripts into the build directory so that
 ## they can be run from there in an uninstalled Emacs.
@@ -275,7 +275,7 @@
        -rm -f core *.o
 
 clean: mostlyclean
-       -rm -f ${INSTALLABLES} ${UTILITIES} ${DONT_INSTALL}
+       -rm -f ${EXE_FILES}
        -rm -f ${STAMP_INST_SCRIPTS} ${STAMP_SCRIPTS}
 
 distclean: clean


reply via email to

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