Re: [PATCH V2] libsemanage: Allow tmp files to be kept if a compile fails

2018-01-23 Thread Stephen Smalley
On Mon, 2018-01-22 at 16:38 +, Richard Haines wrote: > Allow the tmp build files to be kept for debugging when a policy > build fails. > > Signed-off-by: Richard Haines > --- > V2 Changes: > Remove the retain-tmp flag and just keep tmp files on build errors.

Re: [PATCH V2] libsemanage: Allow tmp files to be kept if a compile fails

2018-01-22 Thread William Roberts
On Mon, Jan 22, 2018 at 8:38 AM, Richard Haines wrote: > Allow the tmp build files to be kept for debugging when a policy > build fails. > > Signed-off-by: Richard Haines > --- > V2 Changes: > Remove the retain-tmp flag and just

[PATCH V2] libsemanage: Allow tmp files to be kept if a compile fails

2018-01-22 Thread Richard Haines
Allow the tmp build files to be kept for debugging when a policy build fails. Signed-off-by: Richard Haines --- V2 Changes: Remove the retain-tmp flag and just keep tmp files on build errors. libsemanage/src/direct_api.c | 54