/[soft]/control-center/trunk/Makefile
ViewVC logotype

Diff of /control-center/trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3725 by tv, Sat Mar 24 06:48:47 2012 UTC revision 3726 by tv, Sat Mar 24 06:48:51 2012 UTC
# Line 45  install: all Line 45  install: all
45    
46  dis: dist  dis: dist
47  dist: clean  dist: clean
48            rm -rf ../$(NAME)-$(VERSION).tar*
49            @if [ -e ".svn" ]; then \
50                    $(MAKE) dist-svn; \
51            else \
52                    echo "Unknown SCM (not SVN nor GIT)";\
53                    exit 1; \
54            fi;
55            $(info $(NAME)-$(VERSION).tar.xz is ready)
56    
57    dist-svn:
58          rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar*          rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar*
59          svn export -q -rBASE . $(NAME)-$(VERSION)          svn export -q -rBASE . $(NAME)-$(VERSION)
60          find $(NAME)-$(VERSION) -name '*.p[lm]' -o -name control-center | xargs perl -pi -e 's/\s*use\s+(diagnostics|vars|strict).*//g'          find $(NAME)-$(VERSION) -name '*.p[lm]' -o -name control-center | xargs perl -pi -e 's/\s*use\s+(diagnostics|vars|strict).*//g'

Legend:
Removed from v.3725  
changed lines
  Added in v.3726

  ViewVC Help
Powered by ViewVC 1.1.30