BIND 10 #3012: man_MANS rule in Makefile needs some cleanup
BIND 10 Development
do-not-reply at isc.org
Tue Jun 25 17:37:38 UTC 2013
#3012: man_MANS rule in Makefile needs some cleanup
-------------------------------------+-------------------------------------
Reporter: | Owner: UnAssigned
jinmei | Status: new
Type: | Milestone: New Tasks
defect | Keywords:
Priority: | Sensitive: 0
medium | Sub-Project: Core
Component: build | Estimated Difficulty: 0
system | Total Hours: 0
CVSS Scoring: |
Defect Severity: N/A |
Feature Depending on Ticket: |
Add Hours to Ticket: 0 |
Internal?: 0 |
-------------------------------------+-------------------------------------
many of `Makefile.am` files have the following rule:
{{{
$(man_MANS):
@echo Man generation disabled. Creating dummy $@. Configure with
--enable-generate-docs to enable it.
@echo Man generation disabled. Remove this file, configure with
--enable-generate-docs, and rebuild BIND 10 > $@
}}}
The echoed message doesn't seem to make perfect sense. At least it's
redundant in that it repeats the same configure switch twice. We
should need some cleanup here, and make the cleanup throughout the
source tree.
I suspect this rule was introduced by Jeremy and he'd be the best
person to handle this issue.
--
Ticket URL: <http://bind10.isc.org/ticket/3012>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list