From 52ee190f6bbbf0bf0c3d354f0370c409aed14506 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 7 Jul 2010 02:16:43 +0200 Subject: more runtime fixes, update of some packages. - update busybox, dnsmasq, ppp and libusb - add timezone and hostname configuration for target via menu - fix resolv.conf creation for dhcp client - fix usb for alix boards - enable lsusb and lspci by default --- tools/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tools/Makefile') diff --git a/tools/Makefile b/tools/Makefile index efb38843f..67b54b096 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -17,17 +17,17 @@ $(TOOLS_BUILD_DIR): mkdir -p $(TOOLS_BUILD_DIR) %-download: - $(TRACE) "tools/$(patsubst %-download,%,$@)-download: " + $(TRACE) "tools/$(patsubst %-download,%,$@)/download " $(MAKE) -C $(patsubst %-download,%,$@) fetch %-compile: $(TOOLS_BUILD_DIR) - $(TRACE) "tools/$(patsubst %-compile,%,$@)-compile: " + $(TRACE) "tools/$(patsubst %-compile,%,$@)/compile " $(MAKE) -C $(patsubst %-compile,%,$@) compile %-install: - $(TRACE) "tools/$(patsubst %-install,%,$@)-install: " + $(TRACE) "tools/$(patsubst %-install,%,$@)/install " $(MAKE) -C $(patsubst %-install,%,$@) install %-clean: - $(TRACE) "tools/$(patsubst %-clean,%,$@)-clean: " + $(TRACE) "tools/$(patsubst %-clean,%,$@)/clean " $(MAKE) -C $(patsubst %-clean,%,$@) clean -- cgit v1.2.3