summaryrefslogtreecommitdiffstats
path: root/openwrt/target/linux/kernel.mk
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-14 01:57:24 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-14 01:57:24 +0000
commitef88fd263d77e79a7b97858055772ea93963dcd2 (patch)
tree478341409ebbd149928ed6c308fc69831be0e272 /openwrt/target/linux/kernel.mk
parent699f83d9099bb5ab8b581a9f78ac7d0df169beb2 (diff)
fix trace targets to actually display correct target names
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2970 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/kernel.mk')
-rw-r--r--openwrt/target/linux/kernel.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/target/linux/kernel.mk b/openwrt/target/linux/kernel.mk
index 8cc22cf70..b1ac9473c 100644
--- a/openwrt/target/linux/kernel.mk
+++ b/openwrt/target/linux/kernel.mk
@@ -58,7 +58,7 @@ $(LINUX_DIR)/.modules_done:
$(STAMP_DIR)/.linux-compile:
@$(MAKE) $(LINUX_DIR)/.modules_done $(TARGETS) $(KERNEL_IPKG) $(MAKE_TRACE)
ln -sf $(LINUX_BUILD_DIR)/linux-$(LINUX_VERSION) $(BUILD_DIR)/linux $(MAKE_TRACE)
- @$(TRACE) target/linux/package/compile
+ @$(TRACE) target/linux/package-compile
$(MAKE) -C $(TOPDIR)/target/linux/package \
$(KPKG_MAKEOPTS) \
compile
@@ -92,7 +92,7 @@ prepare:
compile: prepare $(STAMP_DIR)/.linux-compile
install: compile
- @$(TRACE) target/linux/package/install
+ @$(TRACE) target/linux/package-install
$(MAKE) $(KPKG_MAKEOPTS) pkg-install $(MAKE_TRACE)
$(MAKE) $(KPKG_MAKEOPTS) $(LINUX_KERNEL) $(MAKE_TRACE)