diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2004-09-03 01:22:26 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2004-09-03 01:22:26 +0000 |
commit | 72badc0f65df04f709a77fdd0500656c631602f0 (patch) | |
tree | f435fd7a88d8dd5cddd0e21616f506c2ad139bb9 | |
parent | 7dd297b2f23ae94917e6fabc20182b2e945c8d9e (diff) |
Oops... remove some makefile debugging bits.
-rw-r--r-- | make/gcc-uclibc-3.x.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/make/gcc-uclibc-3.x.mk b/make/gcc-uclibc-3.x.mk index a4760dbdf..541ea2d8d 100644 --- a/make/gcc-uclibc-3.x.mk +++ b/make/gcc-uclibc-3.x.mk @@ -57,8 +57,6 @@ endif GCC_BUILD_DIR1:=$(TOOL_BUILD_DIR)/gcc-$(GCC_VERSION)-initial $(DL_DIR)/$(GCC_SOURCE): - echo GCC_SOURCE is $(GCC_SOURCE) - /bin/false mkdir -p $(DL_DIR) $(WGET) -P $(DL_DIR) $(GCC_SITE)/$(GCC_SOURCE) |