]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Use find/xargs to remove .deps files
authorHarlan Stenn <stenn@ntp.org>
Sun, 27 Sep 2009 10:07:50 +0000 (06:07 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sun, 27 Sep 2009 10:07:50 +0000 (06:07 -0400)
bk: 4abf39764YXXJTFcDPhsFx3ZvvOzsQ

bootstrap

index 388d1a3fec6a0ce54507075cfa22f0d6d975da3d..d3433930589f64738a23aa0f0b7862b72b7998c4 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -115,8 +115,7 @@ touch ntpd/ntp_parser.[ch]
 # regenerate dummy .Po files, which are included
 # in Makefiles
 
-rm -rf */.deps >/dev/null 2>&1
-rm -rf */*/.deps >/dev/null 2>&1
+find . -name .deps | xargs rm -rf
 
 cp bincheck.mf sntp/