BIND 10 #1392: cleanup: remove workaround in Makefile.am for isc.log
BIND 10 Development
do-not-reply at isc.org
Sun Nov 20 19:29:10 UTC 2011
#1392: cleanup: remove workaround in Makefile.am for isc.log
-------------------------------------+-------------------------------------
Reporter: jinmei | Owner:
Type: defect | UnAssigned
Priority: major | Status: new
Component: build system | Milestone: Next-
Sensitive: 0 | Sprint-Proposed
Sub-Project: Core | Keywords:
Estimated Difficulty: 0 | Defect Severity: N/A
Total Hours: 0 | Feature Depending on Ticket:
| Add Hours to Ticket: 0
| Internal?: 0
-------------------------------------+-------------------------------------
I believe we should now remove this hack in
src/lib/python/isc/log/Makefile.am:
{{{
# We're going to abuse install-data-local for a pre-install check.
# This is to be considered a short term hack and is expected to be removed
# in a near future version.
install-data-local:
if test -d @pyexecdir@/isc/log; then \
echo "@pyexecdir@/isc/log is deprecated, and will confuse
newer versions. Please (re)move it by hand."; \
exit 1; \
fi
}}}
--
Ticket URL: <http://bind10.isc.org/ticket/1392>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list