summaryrefslogtreecommitdiff
path: root/lisp/Makefile.in
diff options
context:
space:
mode:
authorPhillip Lord <phillip.lord@russet.org.uk>2017-03-07 13:22:18 +0000
committerPhillip Lord <phillip.lord@russet.org.uk>2017-03-07 13:48:20 +0000
commit8f58747a878941661e2f0f667e18620cf9b632ff (patch)
tree713bec88630b060340bae9859694505fb60745ae /lisp/Makefile.in
parent11436e2890fda7367936b63b8fe2daca6957d3ef (diff)
Revert "Speed generation of ldefs-boot-auto"
This reverts commit 7b5e1c8238ef961fd3305b1dce053b9bced684ba. This commit has been reverted because the new mechanism was too sensitive to changes in the lisp source, generation of new ldefs-boot files was platform specific and resulted in warnings about undefined variables. See also 11436e2890d.
Diffstat (limited to 'lisp/Makefile.in')
-rw-r--r--lisp/Makefile.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index 366683b0252..91b035476fe 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -285,9 +285,6 @@ $(THEFILE)c:
compile-first: loaddefs.el $(COMPILE_FIRST)
-compile-first-delete:
- -for f in ${COMPILE_FIRST}; do test ! -f $$f || rm $$f; done
-
# In 'compile-main' we could directly do
# ... | xargs $(MAKE)
# and it works, but it generates a lot of messages like