Re: [PATCH] libselinux: Fix parallel build with swig python

2015-10-13 Thread Stephen Smalley
On 10/10/2015 05:09 AM, Jason Zaman wrote: Commit 966855d9a1f7b758 added selinux.py as a requirement for pywrap. This file is generated during the swig step but there is no explicit rule in the Makefile so parallel build fails. This adds another rule so the ordering is correct. jason@meriadoc ~/

[PATCH] libselinux: Fix parallel build with swig python

2015-10-10 Thread Jason Zaman
Commit 966855d9a1f7b758 added selinux.py as a requirement for pywrap. This file is generated during the swig step but there is no explicit rule in the Makefile so parallel build fails. This adds another rule so the ordering is correct. jason@meriadoc ~/code/gentoo/selinux/libselinux $ make -j3 pyw