From 0fde857bfc13b3377303a5391ccce8b40fc2e403 Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Tue, 17 Jun 2003 21:18:51 +0000 Subject: [PATCH] change dist-hook rule for moved *.dsp project files svn path=/trunk/boinc/; revision=1519 --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e914c9c767..f4b67cbc8a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,9 @@ EXTRA_DIST = \ stripchart \ INSTALL LICENSE +# the perl line below gets rid of '\r' characters because MSVC barfs at them. + dist-hook: rm -rf `find $(distdir) -name CVS -prune` rm -rf `find $(distdir) -name .backup -prune -o -name *~` - cd $(distdir)/win_build && perl -pi.bak -e 'tr /\r//d' boinc.dsw */*.dsp + cd $(distdir)/win_build && perl -pi.bak -e 'tr /\r//d' boinc.dsw *.dsp