projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01c5168
)
Makefile: fix typo (.empty files, not dirs)
author
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 30 Mar 2008 20:48:13 +0000
(20:48 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 30 Mar 2008 20:48:13 +0000
(20:48 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 31bd1ac769a70d43a8de167a3060f2162696b127..3885d4deec6e073613f30652aca6faefa18d23bc 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-330,7
+330,7
@@
$(PROJECT_BUILD_DIR)/.root:
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 .empty | xargs rm -rf
+ -find $(TARGET_DIR) -type
f
-name .empty | xargs rm -rf
touch $@
$(TARGET_DIR): $(PROJECT_BUILD_DIR)/.root