~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/buildd/Makefile

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-11-21 04:19:35 UTC
  • mfrom: (14339.1.1 800295-delete-buildd-again)
  • Revision ID: launchpad@pqm.canonical.com-20111121041935-iwoh81iy9o5ssq09
[no-qa] [r=mbp] delete canonical.buildd,
 now it has moved to launchpad-buildd

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright 2009 Canonical Ltd.  This software is licensed under the
2
 
# GNU Affero General Public License version 3 (see the file LICENSE).
3
 
 
4
 
all: deb
5
 
 
6
 
src: clean
7
 
        dpkg-buildpackage -rfakeroot -uc -us -S
8
 
 
9
 
deb: clean
10
 
        dpkg-buildpackage -rfakeroot -uc -us
11
 
 
12
 
clean:
13
 
        fakeroot debian/rules clean
14
 
        rm -f ../launchpad-buildd*tar.gz
15
 
        rm -f ../launchpad-buildd*dsc
16
 
        rm -f ../launchpad-buildd*deb
17
 
        rm -f ../launchpad-buildd*changes
18
 
 
19
 
.PHONY: all clean deb