]> git.donarmstrong.com Git - debhelper.git/commit
dh: Use minimal sequences if delegating work
authorRoger Leigh <rleigh@debian.org>
Sun, 12 Jun 2011 19:22:43 +0000 (20:22 +0100)
committerJoey Hess <joey@kitenet.net>
Mon, 13 Jun 2011 19:35:32 +0000 (15:35 -0400)
commit99ad2a71e45b1d015bd4539ba093a9fae9fbf53b
tree4c4120f9cd405e055dbf5e21da6a88d94bb3f61c
parent11ca8d1fc9eece1621f612f8be6c13b3aed8eeb7
dh: Use minimal sequences if delegating work

The build and install rules run a minimal sequence if the build-arch or
build-indep, or install-arch or install-indep targets, respectively,
are present in debian/rules.  The purpose is to not do work ahead of
time, such as building before the build-arch or build-indep targets are
built, which could potentially lead to misbuilds.  If the targets are
not defined, the sequences may be run directly which is faster due to
being able to run the arch and indep commands together.
dh