diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-09-17 12:49:46 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-09-17 12:49:46 +0000 |
commit | 633c8cbf5bbac92ee811169a6650e147b98f3d1c (patch) | |
tree | e56d2b9c2f28bf862a2e3387fcbf20bda904ec50 /Makefile | |
parent | b7f4dca04c5012a4ee7c13b754e6bcd077f01c93 (diff) | |
download | buildroot-novena-633c8cbf5bbac92ee811169a6650e147b98f3d1c.tar.gz buildroot-novena-633c8cbf5bbac92ee811169a6650e147b98f3d1c.zip |
Remove some debug info + add uclibc-target-utils-source target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -430,12 +430,4 @@ help: .PHONY: dummy subdirs release distclean clean config oldconfig \ menuconfig tags check test depend defconfig help - - -dbg: - echo BASE_TARGETS_SOURCE=$(BASE_TARGETS_SOURCE) - echo BASE_TARGETS=$(BASE_TARGETS) - echo TARGETS_SOURCE=$(TARGETS_SOURCE) - echo TARGETS=$(TARGETS) - -bsource: + |