mirror of
https://github.com/samba-team/samba.git
synced 2024-12-31 17:18:04 +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;
|
next;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$line =~ s/^mkinclude /include /;
|
||||||
|
|
||||||
# empty line
|
# empty line
|
||||||
if ($line =~ /^[ \t]*$/) {
|
if ($line =~ /^[ \t]*$/) {
|
||||||
$section = "GLOBAL";
|
$section = "GLOBAL";
|
||||||
|
Loading…
Reference in New Issue
Block a user