1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-10 15:38:06 +02:00

create package directory in target/linux/*/prepare

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2905 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2006-01-11 12:24:49 +00:00
parent 563fcfad5c
commit bceb4b3483

View File

@ -84,7 +84,7 @@ $(KERNEL_IPKG):
$(IPKG_BUILD) $(KERNEL_IDIR) $(LINUX_BUILD_DIR) $(MAKE_TRACE)
source: $(DL_DIR)/$(LINUX_SOURCE)
prepare: $(LINUX_DIR)/.configured
prepare: $(PACKAGE_DIR) $(LINUX_DIR)/.configured
compile:
$(MAKE) $(STAMP_DIR)/.linux-compile $(MAKE_TRACE)