[CRIU] [PATCH] x86: syscalls -- Rework building procedure
Cyrill Gorcunov
gorcunov at gmail.com
Fri Apr 10 03:54:54 PDT 2015
On Fri, Apr 10, 2015 at 01:53:12PM +0300, Pavel Emelyanov wrote:
> On 04/10/2015 01:51 PM, Cyrill Gorcunov wrote:
> > On Fri, Apr 10, 2015 at 01:39:31PM +0300, Pavel Emelyanov wrote:
> >> On 04/09/2015 11:45 AM, Cyrill Gorcunov wrote:
> >>> - Get rid of shell script, we can do everything via make itself in parallel mode
> >>
> >> What's the benefit of in-Make code vs shell script?
> >
> > - no need to carry additional file
> > - the built can be done in paralles, in shell script we read the file one by one
>
> Build of what will be done in parallel?
- syscall codes (ie __NR_ numbers)
- syscall prototypes (ie extern definitions)
More information about the CRIU
mailing list