diff options
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/ChangeLog | 6 | ||||
| -rw-r--r-- | admin/notes/cpp | 14 | ||||
| -rwxr-xr-x | admin/quick-install-emacs | 6 |
3 files changed, 9 insertions, 17 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index 54be4a7fec3..2f6efffd157 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2010-05-27 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * quick-install-emacs (AVOID): No more Makefile.c files. | ||
| 4 | |||
| 5 | * notes/cpp: Remove file. | ||
| 6 | |||
| 1 | 2010-05-15 Ken Raeburn <raeburn@raeburn.org> | 7 | 2010-05-15 Ken Raeburn <raeburn@raeburn.org> |
| 2 | 8 | ||
| 3 | * admin.el (set-version, set-copyright): Update emacs.c instead of | 9 | * admin.el (set-version, set-copyright): Update emacs.c instead of |
diff --git a/admin/notes/cpp b/admin/notes/cpp deleted file mode 100644 index 73b4b3d64ff..00000000000 --- a/admin/notes/cpp +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | ttn 2003-04-09 | ||
| 2 | |||
| 3 | we use a C preprocesor not only in the normal compilation of .c files | ||
| 4 | into object files, but also for creating src/Makefile. | ||
| 5 | (delimited by comment "start of cpp stuff"). some cpp implementations | ||
| 6 | insert whitespace in between tokens. | ||
| 7 | |||
| 8 | during makefile creation, the preprocessor symbol NOT_C_CODE is defined. | ||
| 9 | this should not be defined for normal .c file compilation. | ||
| 10 | |||
| 11 | there has been discussion on eliminating this use of cpp and relying | ||
| 12 | solely on autoconf processing. rms says to leave it be. | ||
| 13 | |||
| 14 | ;;; arch-tag: d654291e-9fc8-41b7-ab0c-d3cde842a8e0 | ||
diff --git a/admin/quick-install-emacs b/admin/quick-install-emacs index d603d8fd0d6..39b200b5102 100755 --- a/admin/quick-install-emacs +++ b/admin/quick-install-emacs | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | ### quick-install-emacs --- do a halfway-decent job of installing emacs quickly | 2 | ### quick-install-emacs --- do a halfway-decent job of installing emacs quickly |
| 3 | 3 | ||
| 4 | ## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 | 4 | ## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, |
| 5 | ## Free Software Foundation, Inc. | 5 | ## 2010 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | ## Author: Miles Bader <miles@gnu.org> | 7 | ## Author: Miles Bader <miles@gnu.org> |
| 8 | 8 | ||
| @@ -31,7 +31,7 @@ | |||
| 31 | PUBLIC_LIBSRC_BINARIES='b2m emacsclient etags ctags ebrowse' | 31 | PUBLIC_LIBSRC_BINARIES='b2m emacsclient etags ctags ebrowse' |
| 32 | PUBLIC_LIBSRC_SCRIPTS='grep-changelog rcs-checkin' | 32 | PUBLIC_LIBSRC_SCRIPTS='grep-changelog rcs-checkin' |
| 33 | 33 | ||
| 34 | AVOID="CVS -DIC README COPYING ChangeLog ~ [.]orig$ [.]rej$ Makefile$ Makefile.in$ Makefile.c$ makefile$ makefile.w32-in$ stamp-subdir [.]cvsignore [.]arch-ids [{]arch[}] [.][cho]$ make-docfile testfile test-distrib" | 34 | AVOID="CVS -DIC README COPYING ChangeLog ~ [.]orig$ [.]rej$ Makefile$ Makefile.in$ makefile$ makefile.w32-in$ stamp-subdir [.]cvsignore [.]arch-ids [{]arch[}] [.][cho]$ make-docfile testfile test-distrib" |
| 35 | 35 | ||
| 36 | # Prune old binaries lying around in the source tree | 36 | # Prune old binaries lying around in the source tree |
| 37 | PRUNE=no | 37 | PRUNE=no |