chiark / gitweb /
Policy 4.9: provide build-arch and build-indep targets
authortaffit <taffit@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Sun, 19 Jun 2011 17:52:48 +0000 (17:52 +0000)
committertaffit <taffit@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Sun, 19 Jun 2011 17:52:48 +0000 (17:52 +0000)
git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@8877 313b444b-1b9f-4f58-a734-7bb04f332e8d

debian/rules

index 7a73511cdb92453491a478f9fb0ab5306f2416f1..899b1452bdf3361ca3306ec3bc912b261e817823 100755 (executable)
@@ -28,7 +28,12 @@ PUBDATE              := $(shell LC_ALL=C date --date="$(DEB_DATE)" -I)
 # debhelper verbose mode
 #export DH_VERBOSE=1
 
-build:
+build: build-arch build-indep
+
+build-arch:
+#      nothing arch dependant
+
+build-indep:
        $(checkdir)
        rm -f version.ent
        $(MAKE) VERSION=$(DEB_VERSION) PUBDATE=$(PUBDATE) LANGS="$(langs) $(langs_nopdf)"