summaryrefslogtreecommitdiff
path: root/Debian/Debhelper/Buildsystem/makefile.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-10-28 16:03:46 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-10-28 16:03:46 -0400
commit4fb1f3b2d64a2faa9d961205b1c32f83028172c8 (patch)
tree4fafef1459915bc3ee03f75ec012b4daf4ab41b9 /Debian/Debhelper/Buildsystem/makefile.pm
parentdace0773fe5f66fdf040f54383322e21a65fa1e8 (diff)
move obscure function to EOF
Diffstat (limited to 'Debian/Debhelper/Buildsystem/makefile.pm')
-rw-r--r--Debian/Debhelper/Buildsystem/makefile.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Debian/Debhelper/Buildsystem/makefile.pm b/Debian/Debhelper/Buildsystem/makefile.pm
index 6629d25b..f21b2cbd 100644
--- a/Debian/Debhelper/Buildsystem/makefile.pm
+++ b/Debian/Debhelper/Buildsystem/makefile.pm
@@ -33,10 +33,10 @@ sub exists_make_target {
sub do_make {
my $this=shift;
+ # Remove unavailable jobserver options from MAKEFLAGS.
# Always clean MAKEFLAGS from unavailable jobserver options. If parallel
# is enabled, do more extensive clean up from all job control specific
- # options and start our own jobserver if parallel building (> 1) was
- # requested.
+ # options
my ($status, $makeflags) = get_make_jobserver_status();
if ($status eq "jobserver-unavailable" || defined $this->get_parallel()) {
if (defined $makeflags) {