1
0
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:
Martin Schwenke 2017-02-25 05:51:00 +11:00 committed by Amitay Isaacs
parent 2170f55629
commit e458bdd7d2

View File

@ -28,7 +28,8 @@ show_version:
@WAFLOCK=.tmplock $(WAF) show_version
manpages:
$(WAF) manpages
touch .tmplock
WAFLOCK=.tmplock $(WAF) manpages
dist:
touch .tmplock