summaryrefslogtreecommitdiffstats
path: root/Makefile.top
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2012-12-03 18:11:54 -0500
committerPeter Foley <pefoley2@verizon.net>2012-12-05 19:48:44 -0500
commitf9a687719960a6636186cbd2db917ad660139a11 (patch)
tree9a03a0d69a6326ec7b7ad986ba7fa50ecff6c4c5 /Makefile.top
parentwe dont execute config.guess anymore (diff)
downloadcore-f9a687719960a6636186cbd2db917ad660139a11.tar.gz
core-f9a687719960a6636186cbd2db917ad660139a11.zip
kill oowintool
Change-Id: Ifb0c8a34ecb7b77a92fb67ca947b4ed46f51fd9a
Diffstat (limited to 'Makefile.top')
-rw-r--r--Makefile.top9
1 files changed, 1 insertions, 8 deletions
diff --git a/Makefile.top b/Makefile.top
index 9d88c7cd1713..42e134bed15a 100644
--- a/Makefile.top
+++ b/Makefile.top
@@ -145,7 +145,7 @@ ifeq ($(BUILD_DMAKE),YES)
endif
rm -fr config_host.mk config_build.mk aclocal.m4 autom4te.cache \
config.log config.status configure \
- config_host.mk.last config_host.mk.stamp src.downloaded warn
+ config_host.mk.last config_host.mk.stamp warn
find $(SOLARENV)/gdb -name "*.pyc" -exec rm {} \;
#
@@ -165,7 +165,6 @@ ifneq ($(DO_FETCH_TARBALLS),NO)
include $(SRCDIR)/Makefile.fetch
fetch: download
fetch: get-submodules
-fetch: $(SRCDIR)/src.downloaded
ifneq (,$(wildcard .git))
get-submodules:
@@ -195,12 +194,6 @@ endif
endif
-# TODO: This should be really in external/ module, I think.
-$(SRCDIR)/src.downloaded : $(SRCDIR)/download $(SRCDIR)/config_host.mk | download
-ifeq ($(COM),MSC)
- $< && touch $@
-endif
-
else
fetch:
@echo "Automatic fetching of external tarballs is disabled."