Re: How to skip debian/rules clean with git-buildpackage
On 15-12-15 14:48, Rashad Kanavath wrote:
> On Tue, Dec 15, 2015 at 2:33 PM, Johan Van de Wauw wrote:
>> Try debian/rules binary
>
> I am doing this right now. the build take more than 1hr on my system.
Are you using DEB_BUILD_OPTIONS="parallel=N"
(where N is > 1 and <= number CPUs/Cores in your system)? E.g.:
DEB_BUILD_OPTIONS="parallel=3" make -f debian/rules binary
To have debhelper honor the parallel option you must use
`dh $@ --parallel` in debian/rules.
Kind Regards,
Bas
--
GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146 50D1 6750 F10A E88D 4AF1
Reply to: