From: Ian Jackson Date: Sat, 2 Jun 2012 15:30:55 +0000 (+0100) Subject: provide build-arch, build-indep X-Git-Tag: debian/1.1.0~3 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=4ce2efb32df911747cb22132df0cbf0fc492d5c9;p=userv.git provide build-arch, build-indep --- diff --git a/debian/rules b/debian/rules index eef6216..05edd5f 100755 --- a/debian/rules +++ b/debian/rules @@ -11,24 +11,23 @@ else INSTOPTS= INSTALL_PROGRAM='install -c' endif -build: +build: build-arch build-indep + +build-arch: $(checkdir) ./configure --prefix=/usr $(MAKE) all docs - touch build + touch build-arch clean: $(checkdir) - rm -f build + rm -f build build-arch $(MAKE) -i distclean || $(MAKE) -f Makefile.in distclean rm -rf *~ $t debian/*~ debian/files* debian/substvars* rm -rf spec.html -binary-indep: checkroot build - $(checkdir) -# There are no architecture-independent files to be uploaded -# generated by this package. If there were any they would be -# made here. +build-indep: +binary-indep: binary-arch: checkroot build $(checkdir)