summaryrefslogtreecommitdiff
path: root/admin/notes/cpp
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2010-05-10 20:00:32 -0700
committerGlenn Morris <rgm@gnu.org>2010-05-10 20:00:32 -0700
commitd3b23034e8730133e23d6b51905b181f12bfb253 (patch)
tree2925f56cccf07cf4bcd69cb0f8c34a73ad7db58a /admin/notes/cpp
parentacddf8aec716be7810edc29e1a7eeb396fc755c3 (diff)
downloademacs-d3b23034e8730133e23d6b51905b181f12bfb253.tar.gz
emacs-d3b23034e8730133e23d6b51905b181f12bfb253.tar.bz2
emacs-d3b23034e8730133e23d6b51905b181f12bfb253.zip
Do not preprocess lib-src/Makefile.in
* configure.in: Generate lib-src/Makefile directly, do not run cpp. * config.bat: Do not run cpp on lib-src/Makefile.in. * lib-src/Makefile.in: Convert comments to makefile format. * admin/notes/cpp: lib-src/Makefile not preprocessed.
Diffstat (limited to 'admin/notes/cpp')
-rw-r--r--admin/notes/cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/admin/notes/cpp b/admin/notes/cpp
index 275001369d9..73b4b3d64ff 100644
--- a/admin/notes/cpp
+++ b/admin/notes/cpp
@@ -1,11 +1,7 @@
ttn 2003-04-09
we use a C preprocesor not only in the normal compilation of .c files
-into object files, but also for creating
-
- src/Makefile
- lib-src/Makefile
-
+into object files, but also for creating src/Makefile.
(delimited by comment "start of cpp stuff"). some cpp implementations
insert whitespace in between tokens.