[linux-base] 03/05: debian/rules: Add build-{arch,indep} targets

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Sun Jun 5 22:07:07 UTC 2016


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux-base.

commit 63ab73c399ed28f27497ba7ebc87cd6a3565e7d2
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Sun Jun 5 22:50:31 2016 +0100

    debian/rules: Add build-{arch,indep} targets
---
 debian/changelog | 1 +
 debian/rules     | 6 +++++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index cfe66e6..1aac2c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ linux-base (4.2) UNRELEASED; urgency=medium
     by default
   * Add manual page for linux-update-symlinks
   * read_kernelimg_conf(): Quietly ignore settings used only by kernel-package
+  * debian/rules: Add build-{arch,indep} targets
 
  -- Ben Hutchings <ben at decadent.org.uk>  Sun, 05 Jun 2016 02:21:25 +0100
 
diff --git a/debian/rules b/debian/rules
index 64b69b4..1deeeba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,10 @@
 #!/usr/bin/make -f
 
-build:
+build: build-arch build-indep
+
+build-arch:
+
+build-indep:
 ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
 	perl -Ilib -MTest::Harness -e 'runtests(@ARGV)' lib/t/*.t
 endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux-base.git



More information about the Kernel-svn-changes mailing list