fix kernel package install bug
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 22 Oct 2005 14:41:50 +0000 (14:41 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 22 Oct 2005 14:41:50 +0000 (14:41 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2240 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/linux-2.4/Makefile
target/linux/linux-2.6/Makefile

index 4fd8e210497fc50eba31c03489ed2481e624e6f6..c86221f4e55c3a52acaea82549b7f8cbd2952fbc 100644 (file)
@@ -284,7 +284,7 @@ install: compile $(TARGET_MODULES_DIR) $(KERNEL_IPKG)
        $(MAKE) -C $(TOPDIR)/target/linux/package \
                $(KPKG_MAKEOPTS) \
                install
-       { [ "$(INSTALL_TARGETS)" != "" ] && $(IPKG_KERNEL) install $(INSTALL_TARGETS) || true } $(MAKE_TRACE) 
+       @{ [ "$(INSTALL_TARGETS)" != "" ] && $(IPKG_KERNEL) install $(INSTALL_TARGETS) || true; } $(MAKE_TRACE) 
 
 mostlyclean:
        @$(PKG_TRACE) Cleaning...
index 9ff3ed7694e34e7b8530ff42fef65f36ce98220c..489f13693532aa020927e9c9a3e2d9150df2e0c1 100644 (file)
@@ -255,7 +255,7 @@ install: compile $(TARGET_MODULES_DIR) $(KERNEL_IPKG)
        $(MAKE) -C $(TOPDIR)/target/linux/package \
                $(KPKG_MAKEOPTS) \
                install
-       @{ [ "$(INSTALL_TARGETS)" != "" ] && $(IPKG_KERNEL) install $(INSTALL_TARGETS) || true } $(MAKE_TRACE)
+       @{ [ "$(INSTALL_TARGETS)" != "" ] && $(IPKG_KERNEL) install $(INSTALL_TARGETS) || true; } $(MAKE_TRACE)
 
 mostlyclean:
        rm -f $(LINUX_BUILD_DIR)/linux-$(LINUX_VERSION)/.modules_done