From 4ce2efb32df911747cb22132df0cbf0fc492d5c9 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 2 Jun 2012 16:30:55 +0100 Subject: [PATCH] provide build-arch, build-indep --- debian/rules | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) 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) -- 2.30.2