From: Harlan Stenn Date: Sun, 27 Sep 2009 19:31:58 +0000 (-0400) Subject: Hold off on the .deps cleanup for now X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c721c253bc4dc427aea67cb968ccbce037d35e7;p=thirdparty%2Fntp.git Hold off on the .deps cleanup for now bk: 4abfbdaeQmOu9mPtj5HM1VjJIlyWyA --- diff --git a/bootstrap b/bootstrap index d343393058..1acabd4c67 100755 --- a/bootstrap +++ b/bootstrap @@ -110,12 +110,22 @@ done touch ntpd/ntp_parser.[ch] -# remove .deps directories to handle source files -# moved, added, or removed. config.status will +## HMS: Danger, Will Robinson. +# If we remove files that used to be there, the old .Po files will bite us. +# If we remove the .deps file, we *must* run config.status to generate new +# dummy .Po files. The problem with this is that we then lose the +# dependency chain and for an exisint build tree that means we may not +# rebuild things that need to be rebuilt. +# # regenerate dummy .Po files, which are included # in Makefiles -find . -name .deps | xargs rm -rf +#for i in `find . -name '*.Po' | grep /.deps/` +#do +# echo '# dummy' > $i +#done + +## cp bincheck.mf sntp/