]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: fix chown mistake, add checkusage.sh to the dist
authorRuediger Meier <ruediger.meier@ga-group.nl>
Mon, 26 Jun 2017 14:54:57 +0000 (16:54 +0200)
committerRuediger Meier <ruediger.meier@ga-group.nl>
Mon, 26 Jun 2017 19:00:09 +0000 (21:00 +0200)
Sorry, don't know why I reverted fad561b0.

But for travis we need it only in check_nonroot().
check_root() *can* do chown and the check_dist() is handled
by Makefile.

Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
.travis-functions.sh
Makefile.am
tools/Makemodule.am

index 19162a8a7b3b144297b826db0b4949603780731f..7b20e886c24b9136f045a5e3c380d43d36d860be 100755 (executable)
@@ -58,7 +58,6 @@ function check_root
        local opts="$MAKE_CHECK_OPTS --parallel=1 --show-diff"
 
        xconfigure \
-               --disable-makeinstall-chown \
                --enable-all-programs \
                || return
        $MAKE || return
@@ -73,7 +72,7 @@ function check_root
 
 function check_dist
 {
-       xconfigure --disable-makeinstall-chown \
+       xconfigure \
                || return
        $MAKE distcheck || return
 }
index 325d1f4fa1fdb9c3748bf315c3a600326c88bda7..54c85e16f841e8493e9ad27a8a2e760c6d164503 100644 (file)
@@ -192,6 +192,7 @@ DISTCHECK_CONFIGURE_FLAGS = \
        --disable-use-tty-group \
        --disable-silent-rules \
        --enable-all-programs \
+       --disable-makeinstall-chown \
        --enable-static-programs \
        --enable-gtk-doc \
        --with-python \
index 03f2be6bab19cb1a9ce644bd62a5716ae35d5656..bc22926f144207afb378cbe80a4a734a3d26037b 100644 (file)
@@ -6,4 +6,5 @@ EXTRA_DIST += \
                tools/checkdecl.sh \
        tools/checkincludes.pl \
        tools/checkmans.sh \
+       tools/checkusage.sh \
                tools/checkxalloc.sh