From 4ae73ca00adbf6bf54bafe93d1318e3446af5919 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 9 Apr 2010 15:18:58 -0700 Subject: Revert "Shorten build commands" This reverts commit 59d9f1d6983fc9b606a1f9214fb817efe3d6cff8. --- Makerules | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'Makerules') diff --git a/Makerules b/Makerules index 9986730d97..bf03b38a9c 100644 --- a/Makerules +++ b/Makerules @@ -267,20 +267,6 @@ ifndef sysd-rules-done no_deps=t endif --include $(common-objpfx)includes.mk -ifneq ($(+common-includes),$(saved-includes)) -# Recreate includes.mk (and includes). -includes-force = FORCE -FORCE: -endif -$(common-objpfx)includes.mk: $(includes-force) - -@rm -f $@T $(common-objpfx)includesT - for inc in $(+common-includes); do echo "$$inc"; done \ - > $(common-objpfx)includesT - mv -f $(common-objpfx)includesT $(common-objpfx)includes - echo 'saved-includes := $(+common-includes)' > $@T - mv -f $@T $@ - define o-iterator-doit $(objpfx)%$o: %.S $(before-compile); $$(compile-command.S) endef -- cgit 1.4.1