Re: [systemd-devel] [PATCH] use dolt.m4 to speedup compilation

2015-03-05 Thread Randy Witt
On 03/05/2015 05:33 PM, Lucas De Marchi wrote: On Thu, Mar 5, 2015 at 9:58 PM, wrote: On Fri, Mar 06, 2015 at 12:55:38AM +0100, Michael Biebl wrote: 2015-03-05 11:58 GMT+01:00 : From: Harald Hoyer The speedup is significant Original libtool $ ccache -C && make clean && time make -j4 […]

[systemd-devel] [PATCH] tmpfiles.c: Honor ordering within files as the docs say.

2015-03-05 Thread Randy Witt
map, and instead use only one marking each entry as a glob or not. There should be little overhead from doing this, considering the only time nested processing will occur is for processing of globs which are not of type "X". Signed-off-by: Randy Witt ---