diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-10-22 12:54:17 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-10-22 12:54:17 +0000 |
| commit | 6f9fbf34e662ac68a4209b59112496dbed9be1ad (patch) | |
| tree | ecb2220e8646d77b0844320a3d8a6f233bee524d /openwrt/target/linux/package/Makefile | |
| parent | 8000dae1d79c68a1a48f65db9253f0cb290f77ab (diff) | |
| download | mtk-20170518-6f9fbf34e662ac68a4209b59112496dbed9be1ad.zip mtk-20170518-6f9fbf34e662ac68a4209b59112496dbed9be1ad.tar.gz mtk-20170518-6f9fbf34e662ac68a4209b59112496dbed9be1ad.tar.bz2 | |
more V= fixes
SVN-Revision: 2234
Diffstat (limited to 'openwrt/target/linux/package/Makefile')
| -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 6b7a858..dc031fc 100644 --- a/openwrt/target/linux/package/Makefile +++ b/openwrt/target/linux/package/Makefile @@ -39,7 +39,7 @@ MAKEOPTS:= BOARD="$(BOARD)" \ $(MAKEOPTS) \ prepare -%-compile: %-prepare +%-compile: @$(TRACE) target/linux/package/$(patsubst %-compile,%,$@)-compile $(MAKE) -C $(patsubst %-compile,%,$@) \ $(MAKEOPTS) \ |
