contrib/rpm: fix --quick option of build_clean.sh
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
@@ -72,6 +72,8 @@ fi
|
||||
./autogen.sh --enable-gtk-doc || die "Error autogen.sh"
|
||||
|
||||
if [[ $QUICK == 1 ]]; then
|
||||
make -C include || die "Error make -C include"
|
||||
make -C introspection || die "Error make -C introspection"
|
||||
make -C libnm-core || die "Error make -C libnm-core"
|
||||
make -C libnm || die "Error make -C libnm"
|
||||
make -C libnm-util || die "Error make -C libnm-util"
|
||||
|
Reference in New Issue
Block a user