mirror of https://github.com/BOINC/boinc.git
change dist-hook rule for moved *.dsp project files
svn path=/trunk/boinc/; revision=1519
This commit is contained in:
parent
f84d029b56
commit
0fde857bfc
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue