diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-22 16:14:30 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-22 16:14:30 +0000 |
commit | cd45334873bf33da7101c954d1d7356f1e70e9e5 (patch) | |
tree | 37b501a1d0311f6b360afd4e9faf8b958372480d /target/linux/package | |
parent | 8c7a1885ea45225a688f6669e3352fea7b41afbd (diff) |
another batch of V= stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2244 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package')
-rw-r--r-- | target/linux/package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/package/Makefile b/target/linux/package/Makefile index c69705bfe..97d20251e 100644 --- a/target/linux/package/Makefile +++ b/target/linux/package/Makefile @@ -49,7 +49,7 @@ MAKEOPTS:= BOARD="$(BOARD)" \ @$(CMD_TRACE) " done" @$(END_TRACE) -%-install: %-compile +%-install: @$(START_TRACE) "target/linux/package/$(patsubst %-install,%,$@)-install: " $(MAKE) -C $(patsubst %-install,%,$@) \ $(MAKEOPTS) \ |