UBUNTU: [Config] Restore prepare-% target
authorTim Gardner <tim.gardner@canonical.com>
Wed, 24 Aug 2011 15:44:01 +0000 (09:44 -0600)
committerLeann Ogasawara <leann.ogasawara@canonical.com>
Mon, 2 Apr 2012 20:10:59 +0000 (13:10 -0700)
commitcee882b52791f6a3a59c2725abd7feb8ec1c325a
treedc4f0e422f45832b2d53690fda8e0982941281bd
parentf459ba0cc293f7c4f001ee0814ef56f9c8367a0a
UBUNTU: [Config] Restore prepare-% target

It turns out that some tossers like to shortcut the process during development.
A common sequence for a quick compile test is to preapre the tree, copy the
.config, then perform an in-tree compile. For example,

fakeroot debian/rules clean prepare-generic
cp debian/build/build-generic/.config .
make oldconfig scripts prepare
make M=`pwd`/fs/ext4

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
debian/rules.d/2-binary-arch.mk