change dist-hook rule for moved *.dsp project files

svn path=/trunk/boinc/; revision=1519
This commit is contained in:
Karl Chen 2003-06-17 21:18:51 +00:00
parent f84d029b56
commit 0fde857bfc
1 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,9 @@ EXTRA_DIST = \
stripchart \ stripchart \
INSTALL LICENSE INSTALL LICENSE
# the perl line below gets rid of '\r' characters because MSVC barfs at them.
dist-hook: dist-hook:
rm -rf `find $(distdir) -name CVS -prune` rm -rf `find $(distdir) -name CVS -prune`
rm -rf `find $(distdir) -name .backup -prune -o -name *~` 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