From 25fe6a2e0463d47da598c8e22cd242e9c9fcbad1 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 18 Nov 2006 21:12:18 +0000 Subject: add prereq checks for target/linux/* and target/image/*, check for fdisk for the x86 builds git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5569 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'target/Makefile') diff --git a/target/Makefile b/target/Makefile index dc21033e5f..c00eea0d66 100644 --- a/target/Makefile +++ b/target/Makefile @@ -25,6 +25,10 @@ compile: linux-compile image_compile install: image_clean $(patsubst %,%-install,$(TARGETS-y)) image_install clean: $(patsubst %,%-clean,$(TARGETS-y)) image_clean +prereq: FORCE + $(MAKE) -C linux/$(BOARD)-$(KERNEL) prereq + $(MAKE) -C image/$(BOARD) prereq + image_clean: FORCE $(MAKE) -C image/$(BOARD) clean rm -f $(BIN_DIR)/openwrt-* -- cgit v1.2.3