mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
Support 'mkinclude' command in .mk files.
(This used to be commit ee7f54c86d
)
This commit is contained in:
parent
8fdd13f18a
commit
70762fe16b
@ -251,6 +251,8 @@ sub run_config_mk($$$$)
|
||||
next;
|
||||
}
|
||||
|
||||
$line =~ s/^mkinclude /include /;
|
||||
|
||||
# empty line
|
||||
if ($line =~ /^[ \t]*$/) {
|
||||
$section = "GLOBAL";
|
||||
|
Loading…
Reference in New Issue
Block a user