From 66bced68845ab1ebd9b90103faad07a53101bfd4 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 8 Jul 1996 04:54:50 +0000 Subject: disable excessive cleverness for now... --- Makeconf | 20 ++++++++++---------- 1 file 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 -- cgit v1.2.3