1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-24 20:27:42 +02:00

Force remove of the symbolic link build_arm/linux, especially when switching from targets using the same toolchain

(ex : switching from brcm-2.4 to au1000-2.6)


git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4462 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2006-08-05 00:55:41 +00:00
parent 503788e306
commit 510d4e251f

View File

@ -79,6 +79,7 @@ modules: $(LINUX_DIR)/.modules_done
packages: $(TARGETS) packages: $(TARGETS)
$(LINUX_DIR)/.linux-compile: $(LINUX_DIR)/.linux-compile:
@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 @$(MAKE) packages