UBUNTU: [Config] Restore prepare-% target
authorTim Gardner <tim.gardner@canonical.com>
Wed, 24 Aug 2011 15:44:01 +0000 (09:44 -0600)
committerHerton Ronaldo Krzesinski <herton.krzesinski@canonical.com>
Tue, 27 Sep 2011 19:13:53 +0000 (16:13 -0300)
commit8098203284e6506c0a60ea53154b7396fccf617d
treed02403fad1e800ded15f1bb97a5708f7587cc9ed
parenta17c18a6b177f482f66ef8436ef895233efddcf6
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