~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Robert Collins
  • Date: 2005-08-25 02:43:15 UTC
  • mto: (974.1.50) (1185.1.10) (1092.3.1)
  • mto: This revision was merged to the branch mainline in revision 1139.
  • Revision ID: robertc@robertcollins.net-20050825024315-01e64162aa925ac3
change smart_add reporting of added files to callback with the entry, and change the inventory.add signature to return the added entry

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
all: 
 
1
all:
 
2
        chmod u+x ./bzr
2
3
 
3
4
check:
4
5
        ./bzr selftest
5
6
 
6
 
clean: 
7
 
        ./setup.py clean
8
 
        find . -name "*.pyc" | xargs rm
9
 
        rm -rf test????.tmp
10
 
 
11
7
.PHONY: all
12
 
 
13
 
 
14
 
# build emacs cross-reference
15
 
tag_files=./bzr ./bzrlib/*py ./bzrlib/selftest/*.py
16
 
TAGS: $(tag_files)
17
 
        ctags-exuberant -e $(tag_files)