move jffs2 end-of-filesystem detection to the generic 2.6 patches
[openwrt.git] / target / linux / imagebuilder / Makefile
index 4afb4d4..53e8dfc 100644 (file)
@@ -21,12 +21,12 @@ endef
 
 include ./kernel.mk
 
-clean:
+clean: FORCE
        @rm -rf $(LINUX_BUILD_DIR)/root*
        @rm -rf $(BIN_DIR)
 all:
 
-build:
+build: FORCE
        echo
        echo '### BUILDING IMAGE FROM lists/$(LIST).$(BOARD)-$(KERNEL)'
        echo
This page took 0.02844 seconds and 4 git commands to generate.