mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
ctdb-build: Add WAFLOCK magic to manpages target
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12595 Without this a top-level "make dist" fails to build the CTDB manpages. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
parent
2170f55629
commit
e458bdd7d2
@ -28,7 +28,8 @@ show_version:
|
||||
@WAFLOCK=.tmplock $(WAF) show_version
|
||||
|
||||
manpages:
|
||||
$(WAF) manpages
|
||||
touch .tmplock
|
||||
WAFLOCK=.tmplock $(WAF) manpages
|
||||
|
||||
dist:
|
||||
touch .tmplock
|
||||
|
Loading…
Reference in New Issue
Block a user