diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-22 14:37:56 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-22 14:37:56 +0000 |
commit | b0d5d40866d48b5bb7d866b5bc69af8b11644bb3 (patch) | |
tree | 6f6e43b16e5f2aae78d79103dd6c5ba368e88a09 /target/linux/linux-2.6 | |
parent | f8ab6a78c1c2b29f8621ff203ffecf434c61783c (diff) |
fix unnecessary recompiling of packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2239 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/linux-2.6')
-rw-r--r-- | target/linux/linux-2.6/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/linux-2.6/Makefile b/target/linux/linux-2.6/Makefile index 7c254755d..9ff3ed769 100644 --- a/target/linux/linux-2.6/Makefile +++ b/target/linux/linux-2.6/Makefile @@ -235,6 +235,11 @@ $(KERNEL_IPKG): $(STAMP_DIR)/.linux-compile: $(LINUX_DIR)/.modules_done @mkdir -p $(STAMP_DIR) @$(MAKE) $(TARGETS) + ln -sf $(LINUX_BUILD_DIR)/linux-$(LINUX_VERSION) $(LINUX_DIR) + @$(TRACE) target/linux/package + $(MAKE) -C $(TOPDIR)/target/linux/package \ + $(KPKG_MAKEOPTS) \ + compile touch $@ source: $(DL_DIR)/$(LINUX_SOURCE) @@ -242,11 +247,6 @@ prepare: $(LINUX_DIR)/.configured compile: @$(PKG_TRACE) Compiling... $(MAKE) $(STAMP_DIR)/.linux-compile $(MAKE_TRACE) - ln -sf $(LINUX_BUILD_DIR)/linux-$(LINUX_VERSION) $(LINUX_DIR) - @$(TRACE) target/linux/package - $(MAKE) -C $(TOPDIR)/target/linux/package \ - $(KPKG_MAKEOPTS) \ - compile install: compile $(TARGET_MODULES_DIR) $(KERNEL_IPKG) rm -rf $(LINUX_BUILD_DIR)/root* |