emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r110054: * src/Makefile.in (clean): N


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110054: * src/Makefile.in (clean): No longer run nextstep's clean.
Date: Sun, 16 Sep 2012 12:17:20 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110054
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2012-09-16 12:17:20 -0700
message:
  * src/Makefile.in (clean): No longer run nextstep's clean.
modified:
  src/ChangeLog
  src/Makefile.in
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-09-16 18:49:00 +0000
+++ b/src/ChangeLog     2012-09-16 19:17:20 +0000
@@ -1,5 +1,7 @@
 2012-09-16  Glenn Morris  <address@hidden>
 
+       * Makefile.in (clean): No longer run nextstep's clean.
+
        * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Remove variables.
        (ns_frag): Remove.
        (ns-app): Move here from ns.mk, and simplify.

=== modified file 'src/Makefile.in'
--- a/src/Makefile.in   2012-09-16 18:49:00 +0000
+++ b/src/Makefile.in   2012-09-16 19:17:20 +0000
@@ -514,7 +514,6 @@
 clean: mostlyclean
        rm -f emacs-*.*.*$(EXEEXT) emacs$(EXEEXT)
        -rm -rf $(DEPDIR)
-       -cd ../nextstep && $(MAKE) $(MFLAGS) clean
 
 ## bootstrap-clean is used to clean up just before a bootstrap.
 ## It should remove all files generated during a compilation/bootstrap,


reply via email to

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