diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-10-22 16:14:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-10-22 16:14:30 +0000 |
commit | 18797a0ad8588eaa2c87895ceb12306cb5e8ec3c (patch) | |
tree | fd6ff3ad616ed93808e48e5520e975b8e5acb5f8 /openwrt/target/linux/package | |
parent | d657a1590c75d3f3dcbe50f3bc6e19345615a5fd (diff) | |
download | mtk-20170518-18797a0ad8588eaa2c87895ceb12306cb5e8ec3c.zip mtk-20170518-18797a0ad8588eaa2c87895ceb12306cb5e8ec3c.tar.gz mtk-20170518-18797a0ad8588eaa2c87895ceb12306cb5e8ec3c.tar.bz2 |
another batch of V= stuff
SVN-Revision: 2244
Diffstat (limited to 'openwrt/target/linux/package')
-rw-r--r-- | openwrt/target/linux/package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/Makefile b/openwrt/target/linux/package/Makefile index c69705b..97d2025 100644 --- a/openwrt/target/linux/package/Makefile +++ b/openwrt/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) \ |