diff options
| author | Glenn Morris | 2012-09-16 12:17:20 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-09-16 12:17:20 -0700 |
| commit | 518650a581ac8716801ae17cc39d83db672ffa2a (patch) | |
| tree | 580fd90fa6379fd08603c62363f455334cea78b0 /src | |
| parent | 164b9bf3ef04371d24bc34ffdbe8800bdcff1f1e (diff) | |
| download | emacs-518650a581ac8716801ae17cc39d83db672ffa2a.tar.gz emacs-518650a581ac8716801ae17cc39d83db672ffa2a.zip | |
* src/Makefile.in (clean): No longer run nextstep's clean.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/Makefile.in | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e322406a0e6..99921577b07 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2012-09-16 Glenn Morris <rgm@gnu.org> | 1 | 2012-09-16 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (clean): No longer run nextstep's clean. | ||
| 4 | |||
| 3 | * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Remove variables. | 5 | * Makefile.in (ns_appdir, ns_appbindir, ns_appsrc): Remove variables. |
| 4 | (ns_frag): Remove. | 6 | (ns_frag): Remove. |
| 5 | (ns-app): Move here from ns.mk, and simplify. | 7 | (ns-app): Move here from ns.mk, and simplify. |
diff --git a/src/Makefile.in b/src/Makefile.in index 5c16b93803e..37da170edbd 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -514,7 +514,6 @@ mostlyclean: | |||
| 514 | clean: mostlyclean | 514 | clean: mostlyclean |
| 515 | rm -f emacs-*.*.*$(EXEEXT) emacs$(EXEEXT) | 515 | rm -f emacs-*.*.*$(EXEEXT) emacs$(EXEEXT) |
| 516 | -rm -rf $(DEPDIR) | 516 | -rm -rf $(DEPDIR) |
| 517 | -cd ../nextstep && $(MAKE) $(MFLAGS) clean | ||
| 518 | 517 | ||
| 519 | ## bootstrap-clean is used to clean up just before a bootstrap. | 518 | ## bootstrap-clean is used to clean up just before a bootstrap. |
| 520 | ## It should remove all files generated during a compilation/bootstrap, | 519 | ## It should remove all files generated during a compilation/bootstrap, |