]> git.saurik.com Git - apt.git/commit
debian/rules: Only do parallel build if specified in DEB_BUILD_OPTIONS
authorJulian Andres Klode <jak@debian.org>
Wed, 26 Aug 2015 23:10:34 +0000 (01:10 +0200)
committerJulian Andres Klode <jak@debian.org>
Thu, 27 Aug 2015 10:58:47 +0000 (12:58 +0200)
commit1476c59e4b93239176a2d4874ec950b489c924b2
treef4869cbf824054adef3727335a8a68cd980f995a
parente6a12ff73a2e3246b9e475d9772e88c79a6249f7
debian/rules: Only do parallel build if specified in DEB_BUILD_OPTIONS

It was not nice to use 2 * number of cores in all cases.

Thanks: Jakub Wilk for the suggestion
debian/rules