diff options
| author | Paul Eggert | 2012-07-30 09:20:35 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-07-30 09:20:35 -0700 |
| commit | 0aee69126fd23d3b86fae5e4812b62bbe7c59b27 (patch) | |
| tree | 65bc1c790d85370e2c2cac2f005c080fb674c37b /src | |
| parent | 88fb40b443b64be3e217e1d5cb50a77659d03330 (diff) | |
| download | emacs-0aee69126fd23d3b86fae5e4812b62bbe7c59b27.tar.gz emacs-0aee69126fd23d3b86fae5e4812b62bbe7c59b27.zip | |
Update .PHONY listings in makefiles.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/Makefile.in | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d36fff428fe..792dc10f88c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2012-07-30 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-07-30 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Update .PHONY listings in makefiles. | ||
| 4 | * Makefile.in (.PHONY): Add all, mostlyclean, clean, | ||
| 5 | bootstrap-clean, distclean, maintainer-clean, versioclean, | ||
| 6 | extraclean, frc. | ||
| 7 | |||
| 3 | * lisp.h (STRING_BYTES_BOUND): Cast entire result to ptrdiff_t. | 8 | * lisp.h (STRING_BYTES_BOUND): Cast entire result to ptrdiff_t. |
| 4 | This is a bit clearer. Fix some commentary typos. | 9 | This is a bit clearer. Fix some commentary typos. |
| 5 | 10 | ||
diff --git a/src/Makefile.in b/src/Makefile.in index da458b4fb8a..2f96affeb56 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -391,6 +391,7 @@ LIBES = $(LIBS) $(LIBX_BASE) $(LIBX_OTHER) $(LIBSOUND) \ | |||
| 391 | $(LIB_GCC) $(LIB_MATH) $(LIB_STANDARD) $(LIB_GCC) | 391 | $(LIB_GCC) $(LIB_MATH) $(LIB_STANDARD) $(LIB_GCC) |
| 392 | 392 | ||
| 393 | all: emacs$(EXEEXT) $(OTHER_FILES) | 393 | all: emacs$(EXEEXT) $(OTHER_FILES) |
| 394 | .PHONY: all | ||
| 394 | 395 | ||
| 395 | $(leimdir)/leim-list.el: bootstrap-emacs$(EXEEXT) | 396 | $(leimdir)/leim-list.el: bootstrap-emacs$(EXEEXT) |
| 396 | cd $(leimdir) && $(MAKE) $(MFLAGS) leim-list.el EMACS=$(bootstrap_exe) | 397 | cd $(leimdir) && $(MAKE) $(MFLAGS) leim-list.el EMACS=$(bootstrap_exe) |
| @@ -496,6 +497,8 @@ doc.o: buildobj.h | |||
| 496 | ## If HAVE_NS, some ns-specific rules (for OTHER_FILES) are inserted here. | 497 | ## If HAVE_NS, some ns-specific rules (for OTHER_FILES) are inserted here. |
| 497 | @ns_frag@ | 498 | @ns_frag@ |
| 498 | 499 | ||
| 500 | .PHONY: mostlyclean clean bootstrap-clean distclean maintainer-clean | ||
| 501 | .PHONY: versioclean extraclean frc | ||
| 499 | 502 | ||
| 500 | mostlyclean: | 503 | mostlyclean: |
| 501 | rm -f temacs$(EXEEXT) core *.core \#* *.o libXMenu11.a liblw.a | 504 | rm -f temacs$(EXEEXT) core *.core \#* *.o libXMenu11.a liblw.a |