~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Jelmer Vernooij
  • Date: 2005-10-17 23:14:29 UTC
  • mto: (1185.16.102)
  • mto: This revision was merged to the branch mainline in revision 1488.
  • Revision ID: jelmer@samba.org-20051017231429-fa6f49e760ed2f22
Remove executable properties from Makefile (set by bzr itself now)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
all: executables
2
 
 
3
 
executables:
4
 
        chmod u+x ./bzr
5
 
        chmod u+x ./setup.py
 
1
all: 
6
2
 
7
3
check:
8
4
        ./bzr selftest
9
5
 
10
 
clean: executables
 
6
clean: 
11
7
        ./setup.py clean
12
8
        find . -name "*.pyc" | xargs rm
13
9
        rm -rf test????.tmp