UBUNTU: [Config] restore build-% shortcut
authorAndy Whitcroft <apw@canonical.com>
Tue, 6 Mar 2012 15:06:49 +0000 (15:06 +0000)
committerLeann Ogasawara <leann.ogasawara@canonical.com>
Mon, 2 Apr 2012 20:22:21 +0000 (13:22 -0700)
Signed-off-by: Andy Whitcroft <apw@canonical.com>

debian/rules.d/2-binary-arch.mk

index 1b26a39..3ccac7c 100644 (file)
@@ -27,6 +27,9 @@ $(stampdir)/stamp-prepare-tree-%: $(commonconfdir)/config.common.$(family) $(arc
 # Used by developers as a shortcut to prepare a tree for compilation.
 prepare-%: $(stampdir)/stamp-prepare-%
        @echo Prepared $* for $(arch)
+# Used by developers to allow efficient pre-building without fakeroot.
+build-%: $(stampdir)/stamp-build-%
+       @echo Built $* for $(arch)
 
 # Do the actual build, including image and modules
 $(stampdir)/stamp-build-%: target_flavour = $*