~ubuntu-branches/ubuntu/breezy/pysvn/breezy

« back to all changes in this revision

Viewing changes to Builder/linux.mak

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2005-09-08 05:13:33 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050908051333-qgsa2rksrb4az1h4
Tags: 1.3.0-1
Package from release tarball.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
build: all test kit
4
4
 
5
 
all:
6
 
        cd ../Source && $(MAKE) -f pysvn_linux_py$(PY_MAJ)$(PY_MIN).mak
 
5
all:    ../Source/Makefile
 
6
        cd ../Source && $(MAKE)
7
7
 
8
 
clean:
9
 
        cd ../Source && $(MAKE) -f pysvn_linux_py$(PY_MAJ)$(PY_MIN).mak clean
 
8
clean:  ../Source/Makefile
 
9
        cd ../Source && $(MAKE) clean && rm Makefile
10
10
        cd ../Tests && $(MAKE) -f unix.mak clean
11
11
        rm -rf ../Kit/Linux/tmp
12
12
 
 
13
../Source/Makefile: ../Source/setup.py
 
14
        cd ../Source && $(PYTHON) setup.py configure
 
15
        
 
16
 
13
17
kit:
14
 
        pwd && cd ../Kit/Linux && $(PYTHON) make_rpm.py
 
18
        cd ../Kit/Linux && $(PYTHON) make_rpm.py
15
19
 
16
20
install:
17
21
        echo sudo may prompt for your password to allow installation of the pysvn rpm