~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/buildd/Makefile

  • Committer: mbp at canonical
  • Date: 2011-11-20 23:37:23 UTC
  • mto: This revision was merged to the branch mainline in revision 14344.
  • Revision ID: mbp@canonical.com-20111120233723-370p96db2crru5tm
Delete canonical.buildd again

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