Commit e835e0e2 authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

- make sure we have a build_$arch dir for -menuconfig even when in a pristine checkout

parent d7d4d7f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ endif

busybox: uclibc $(TARGET_DIR)/bin/busybox

busybox-menuconfig: host-sed busybox-source $(BUSYBOX_DIR)/.configured
busybox-menuconfig: host-sed $(BUILD_DIR) busybox-source $(BUSYBOX_DIR)/.configured
	$(MAKE) __TARGET_ARCH=$(ARCH) -C $(BUSYBOX_DIR) menuconfig
	cp -f $(BUSYBOX_DIR)/.config $(BUSYBOX_CONFIG_FILE)