move jffs2 end-of-filesystem detection to the generic 2.6 patches
[openwrt.git] / target / linux / imagebuilder / Makefile
index 8ed7a5c..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
@@ -45,4 +45,5 @@ build:
        if [ -d ./files.$(LIST) ]; then \
                $(CP) --remove-destination ./files.$(LIST)/* $(LINUX_BUILD_DIR)/root; \
        fi
+       find $(LINUX_BUILD_DIR)/root -name '.svn' || 'CVS' | xargs rm -rf
        $(MAKE) -S -C image KERNEL="$(KERNEL)" BOARD="$(BOARD)" BIN_DIR="$(BIN_DIR)/$(LIST)" install
This page took 0.026381 seconds and 4 git commands to generate.