summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Korsgaard2008-03-30 22:52:33 +0200
committerPeter Korsgaard2008-03-30 22:52:33 +0200
commite0137736457a6cf9e010f55f06ab75acb56d4bab (patch)
tree224400887d39339336a51f25b16013db70d4f7e3 /Makefile
parentMakefile: fix typo (.empty files, not dirs) (diff)
downloadbuildroot-e0137736457a6cf9e010f55f06ab75acb56d4bab.tar.gz
buildroot-e0137736457a6cf9e010f55f06ab75acb56d4bab.tar.xz
buildroot-e0137736457a6cf9e010f55f06ab75acb56d4bab.zip
Makefile: merge CVS and .svn find invocation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3885d4dee..9774c14df 100644
--- a/Makefile
+++ b/Makefile
@@ -328,8 +328,7 @@ $(PROJECT_BUILD_DIR)/.root:
fi; \
touch $(STAGING_DIR)/.fakeroot.00000; \
fi
- -find $(TARGET_DIR) -type d -name CVS | xargs rm -rf
- -find $(TARGET_DIR) -type d -name .svn | xargs rm -rf
+ -find $(TARGET_DIR) -type d -name CVS -o -name .svn | xargs rm -rf
-find $(TARGET_DIR) -type f -name .empty | xargs rm -rf
touch $@