summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makeconf20
1 files changed, 10 insertions, 10 deletions
diff --git a/Makeconf b/Makeconf
index 16e1dac7..25a08168 100644
--- a/Makeconf
+++ b/Makeconf
@@ -268,20 +268,20 @@ relink:
# the effort.
# if this is the first level, then set librecord. Otherwise, read it in.
-ifeq ($(MAKELEVEL),0)
-librecord:=/tmp/hurd-make-$(shell echo $$$$)
-export librecord
-else
-include $(librecord)
-endif
+#ifeq ($(MAKELEVEL),0)
+#librecord:=/tmp/hurd-make-$(shell echo $$$$)
+#export librecord
+#else
+#include $(librecord)
+#endif
# How to create it.
-$(librecord):
- touch $(librecord)
+#$(librecord):
+# touch $(librecord)
# `libs' target depends on this.
-add-to-librecord:
- echo $(addprefix ../$(dir)/,$(targets)) : \; /bin/true >> $(librecord)
+#add-to-librecord:
+# echo $(addprefix ../$(dir)/,$(targets)) : \; /bin/true >> $(librecord)
# Building libraries from other directories. We force both libraries to be
# built if either is, because it will use the appropriate one even if the other