Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
e54f256b
Commit
e54f256b
authored
Jul 28, 2017
by
Mark Andrews
Browse files
4658. [bug] Clean up build directory created by "setup.py install"
immediately. [RT #45628]
parent
c03e9eb4
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
e54f256b
4658. [bug] Clean up build directory created by "setup.py install"
immediately. [RT #45628]
4657. [bug] rrchecker system test result could be improperly
determined. [RT #45602]
...
...
bin/python/Makefile.in
View file @
e54f256b
...
...
@@ -56,7 +56,8 @@ install:: ${TARGETS} installdirs
${PYTHON}
${srcdir}
/setup.py
install
--root
=
${DESTDIR}
--prefix
=
${prefix}
;
\
else
\
${PYTHON}
${srcdir}
/setup.py
install
--prefix
=
${prefix}
;
\
fi
\
fi
;
\
rm
-rf
build
\
fi
uninstall
::
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment