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/linux-2.4/Makefile | |
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/linux-2.4/Makefile')
-rw-r--r-- | openwrt/target/linux/linux-2.4/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/openwrt/target/linux/linux-2.4/Makefile b/openwrt/target/linux/linux-2.4/Makefile index c3417bd..bd1dd6c 100644 --- a/openwrt/target/linux/linux-2.4/Makefile +++ b/openwrt/target/linux/linux-2.4/Makefile @@ -204,7 +204,6 @@ $(PACKAGE_DIR): mkdir -p $(PACKAGE_DIR) $(LINUX_DIR)/.unpacked: $(DL_DIR)/$(LINUX_SOURCE) - @$(PKG_TRACE) Preparing... -mkdir -p $(LINUX_BUILD_DIR) bzcat $(DL_DIR)/$(LINUX_SOURCE) | tar -C $(LINUX_BUILD_DIR) $(TAR_OPTIONS) - rm -f $(LINUX_DIR) @@ -217,7 +216,6 @@ $(LINUX_DIR)/.patched: $(LINUX_DIR)/.unpacked touch $(LINUX_DIR)/.patched $(LINUX_DIR)/.configured: $(LINUX_DIR)/.patched - @$(PKG_TRACE) Configuring... -cp $(LINUX_KCONFIG) $(LINUX_DIR)/.config $(SED) "s,^CROSS_COMPILE.*,CROSS_COMPILE=$(KERNEL_CROSS),g;" \ $(LINUX_DIR)/Makefile \ @@ -269,7 +267,7 @@ $(KERNEL_IPKG): if [ -f ./config/$(BOARD).modules ]; then \ cp ./config/$(BOARD).modules $(KERNEL_IDIR)/etc/modules; \ fi - $(IPKG_BUILD) $(KERNEL_IDIR) $(LINUX_BUILD_DIR) + $(IPKG_BUILD) $(KERNEL_IDIR) $(LINUX_BUILD_DIR) $(MAKE_TRACE) source: $(DL_DIR)/$(LINUX_SOURCE) prepare: $(LINUX_DIR)/.configured |