~ubuntu-branches/ubuntu/trusty/dist/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/common/targets.mk

  • Committer: Bazaar Package Importer
  • Author(s): Manoj Srivastava
  • Date: 2005-10-20 23:08:07 UTC
  • Revision ID: james.westby@ubuntu.com-20051020230807-571l8rkp3d8b007u
Tags: 3.70-30
Bug fix: "dist: [INTL:sv] Swedish debconf templates translation",
thanks to Daniel Nylander                            (Closes: #333064).

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
## Created On       : Sat Nov 15 01:10:05 2003
5
5
## Created On Node  : glaurung.green-gryphon.com
6
6
## Last Modified By : Manoj Srivastava
7
 
## Last Modified On : Tue Nov 18 14:31:47 2003
8
 
## Last Machine Used: glaurung.green-gryphon.com
9
 
## Update Count     : 44
 
7
## Last Modified On : Mon Apr 11 13:11:54 2005
 
8
## Last Machine Used: glaurung.internal.golden-gryphon.com
 
9
## Update Count     : 46
10
10
## Status           : Unknown, Use with caution!
11
11
## HISTORY          : 
12
12
## Description      : 
40
40
testroot:
41
41
        @test $$(id -u) = 0 || (echo need root priviledges; exit 1)
42
42
 
 
43
checkpo:
 
44
        $(CHECKPO)
43
45
 
44
46
# arch-buildpackage likes to call this
45
47
prebuild: 
251
253
        $(patsubst %,INST/%,  $(DEB_INDEP_PACKAGES)) $(patsubst %,INST/%,  $(DEB_ARCH_PACKAGES)) \
252
254
        $(patsubst %,BIN/%,   $(DEB_INDEP_PACKAGES)) $(patsubst %,BIN/%,   $(DEB_ARCH_PACKAGES)) \
253
255
        $(patsubst %,CLEAN/%, $(DEB_INDEP_PACKAGES)) $(patsubst %,CLEAN/%, $(DEB_ARCH_PACKAGES)) \
254
 
        implode explode prebuild
 
256
        implode explode prebuild checkpo
255
257