[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#487381: FTBFS when building with MAKEFLAGS=-j<x>



Package: clisp
Version: 2.44.1
Tags: patch

Hello,
When exporting MAKEFLAGS to build your package, eg
'MAKEFLAGS=-j3 sbuild -Ad sid clisp_2.44.1-1.dsc", it fails to build due to the
following part in debian/rules:

build: configure-stamp build-stamp
build-stamp:

This allows ./configure and 'make' to be run at the same time, which leads to a
build failure.
The attached patch fixes this.

Regards,
-- 
Albin Tonnerre
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clisp_2.44.1-1.diff
Type: text/x-diff
Size: 266 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/pkg-common-lisp-devel/attachments/20080621/60a89e99/attachment.diff 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/pkg-common-lisp-devel/attachments/20080621/60a89e99/attachment.pgp 


Reply to: