
25 Apr
2016
25 Apr
'16
12:09 p.m.
On 04/25/2016 03:11 AM, Michal Privoznik wrote:
This target has been disabled historically for whatever reason. Now that we do uninstall properly enable the test again.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- Makefile.am | 3 --- 1 file changed, 3 deletions(-)
diff --git a/Makefile.am b/Makefile.am index d6f09ba..c52a4cb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -83,9 +83,6 @@ clean-cov:
MAINTAINERCLEANFILES = .git-module-status
-# disable this check -distuninstallcheck: - dist-hook: gen-ChangeLog gen-AUTHORS
# Generate the ChangeLog file (with all entries since the switch to git)
ACK, I was wondering why distcheck wasn't catching those uninstall issues - Cole