mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-25 04:57:56 +02:00
move $(MAKE) packages from .linux-compile: to compile:
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4689 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
892fb6a05a
commit
d07861c87d
@ -82,7 +82,6 @@ $(LINUX_DIR)/.linux-compile:
|
|||||||
@rm -f $(BUILD_DIR)/linux
|
@rm -f $(BUILD_DIR)/linux
|
||||||
ln -sf $(KERNEL_BUILD_DIR)/linux-$(LINUX_VERSION) $(BUILD_DIR)/linux
|
ln -sf $(KERNEL_BUILD_DIR)/linux-$(LINUX_VERSION) $(BUILD_DIR)/linux
|
||||||
@$(MAKE) modules
|
@$(MAKE) modules
|
||||||
@$(MAKE) packages
|
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
$(KERNEL_IPKG):
|
$(KERNEL_IPKG):
|
||||||
@ -110,6 +109,7 @@ prepare: $(LINUX_DIR)/.configured
|
|||||||
@mkdir -p $(LINUX_DIR) $(PACKAGE_DIR)
|
@mkdir -p $(LINUX_DIR) $(PACKAGE_DIR)
|
||||||
|
|
||||||
compile: prepare $(LINUX_DIR)/.linux-compile
|
compile: prepare $(LINUX_DIR)/.linux-compile
|
||||||
|
@$(MAKE) packages
|
||||||
|
|
||||||
install: compile $(LINUX_KERNEL)
|
install: compile $(LINUX_KERNEL)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user