comparison Makefile @ 52:e55676a47bfe

2007-10-11 07:42:21 by steve Clean up the results of a debian package build.
author steve
date Thu, 11 Oct 2007 07:42:21 +0000
parents 5e36b70db064
children dc184cb7036d
comparison
equal deleted inserted replaced
51:377313bc3451 52:e55676a47bfe
6 # 6 #
7 # Steve 7 # Steve
8 # -- 8 # --
9 # http://www.steve.org.uk/ 9 # http://www.steve.org.uk/
10 # 10 #
11 # $Id: Makefile,v 1.12 2007-10-10 20:09:43 steve Exp $ 11 # $Id: Makefile,v 1.13 2007-10-11 07:42:21 steve Exp $
12 12
13 13
14 # 14 #
15 # Only used to build distribution tarballs. 15 # Only used to build distribution tarballs.
16 # 16 #
44 @find . -name '.#*' -exec rm \{\} \; 44 @find . -name '.#*' -exec rm \{\} \;
45 @find . -name '*~' -exec rm \{\} \; 45 @find . -name '*~' -exec rm \{\} \;
46 @find . -name '*.bak' -exec rm \{\} \; 46 @find . -name '*.bak' -exec rm \{\} \;
47 @find . -name '*.tmp' -exec rm \{\} \; 47 @find . -name '*.tmp' -exec rm \{\} \;
48 @if [ -d output ]; then rm -rf output; mkdir output; fi 48 @if [ -d output ]; then rm -rf output; mkdir output; fi
49 @if [ -e build-stamp ]; then rm -f build-stamp; fi
50 @if [ -e chronicle.1 ]; then rm -f chronicle.1 ; fi
51
49 # 52 #
50 # Show what has been changed in the local copy vs. the CVS repository. 53 # Show what has been changed in the local copy vs. the CVS repository.
51 # 54 #
52 diff: 55 diff:
53 cvs diff --unified 2>/dev/null 56 cvs diff --unified 2>/dev/null