Subversion Repositories pub

Compare Revisions

Ignore whitespace Rev 672 → Rev 673

/video-contact-sheet/trunk/GNUmakefile
45,7 → 45,19
echo '*************************************************' ; \
echo '*************************************************' ; \
echo ; \
echo -n 'Ignore? [y/N] ' ; \
read RESPONSE ; [ "$$RESPONSE" = 'y' ] || [ "$$RESPONSE" = 'Y' ] ; \
fi
@if ! sed -e '/$$Date/!d' dist/vcs | grep -E 'Mon|Tue|Wed|Thu|Fri|Sat|Sun' ; then \
echo '*************************************************' ; \
echo '*************************************************' ; \
echo "** Don't release from localised SVN export **" ; \
echo '*************************************************' ; \
echo '*************************************************' ; \
echo ; \
echo -n "Ignore? [y/N] " ; \
read RESPONSE ; [ "$$RESPONSE" = 'y' ] || [ "$$RESPONSE" = 'Y' ] ; \
fi
 
check-rel:
@if head -n50 vcs | grep -q 'RELEASE=0' ; then \
55,6 → 67,7
echo '*************************************************' ; \
echo '*************************************************' ; \
echo ; \
false ; \
fi
 
dist: check-rel check-no-svn \