From: Peter Korsgaard Date: Sun, 30 Mar 2008 20:52:33 +0000 (-0000) Subject: Makefile: merge CVS and .svn find invocation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e0137736457a6cf9e010f55f06ab75acb56d4bab;p=buildroot.git Makefile: merge CVS and .svn find invocation --- diff --git a/Makefile b/Makefile index 3885d4deec..9774c14dfd 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 $@