mirror of
https://github.com/systemd/systemd.git
synced 2025-08-03 08:22:21 +03:00
committed by
Zbigniew Jędrzejewski-Szmek
parent
7cdd978346
commit
525e9db3b3
@ -21,7 +21,7 @@ endif
|
||||
|
||||
foreach file : m4_files
|
||||
custom_target(
|
||||
'sysusers.d/' + file,
|
||||
'sysusers.d_' + file,
|
||||
input : file + '.m4',
|
||||
output: file,
|
||||
command : [m4, '-P'] + m4_defines + ['@INPUT@'],
|
||||
|
@ -31,7 +31,7 @@ foreach pair : m4_files
|
||||
# do nothing
|
||||
elif pair[1] == '' or conf.get(pair[1], false)
|
||||
custom_target(
|
||||
'tmpfiles.d/' + pair[0],
|
||||
'tmpfiles.d_' + pair[0],
|
||||
input : pair[0] + '.m4',
|
||||
output: pair[0],
|
||||
command : [m4, '-P'] + m4_defines + ['@INPUT@'],
|
||||
|
Reference in New Issue
Block a user