The Samba-Bugzilla – Attachment 12976 Details for
Bug 12595
Top level make dist does not package CTDB pre-built manpages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Extra proposed patch for 4.6
0001-ctdb-build-Add-WAFLOCK-magic-to-manpages-target.patch (text/plain), 786 bytes, created by
Martin Schwenke
on 2017-02-24 18:57:20 UTC
(
hide
)
Description:
Extra proposed patch for 4.6
Filename:
MIME Type:
Creator:
Martin Schwenke
Created:
2017-02-24 18:57:20 UTC
Size:
786 bytes
patch
obsolete
>From 6acc9c4257c94985bae8b4ee23552d77364663a9 Mon Sep 17 00:00:00 2001 >From: Martin Schwenke <martin@meltin.net> >Date: Sat, 25 Feb 2017 05:51:00 +1100 >Subject: [PATCH] ctdb-build: Add WAFLOCK magic to manpages target > >Without this a top-level "make dist" fails to build the CTDB manpages. > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=12595 > >Signed-off-by: Martin Schwenke <martin@meltin.net> >--- > ctdb/Makefile | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/ctdb/Makefile b/ctdb/Makefile >index 23ee780d062..10ac9ab73cf 100644 >--- a/ctdb/Makefile >+++ b/ctdb/Makefile >@@ -28,7 +28,8 @@ show_version: > @WAFLOCK=.tmplock $(WAF) show_version > > manpages: >- $(WAF) manpages >+ touch .tmplock >+ WAFLOCK=.tmplock $(WAF) manpages > > dist: > touch .tmplock >-- >2.11.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 12595
:
12974
|
12976
|
12977