0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-18 15:01:53 +00:00

bird: minor update

This commit is contained in:
Matous Holinka 2019-11-13 10:33:18 +01:00
parent 9656129294
commit 1208e97066

View File

@ -157,8 +157,8 @@ docker_fedora-30-amd64:
- autoreconf - autoreconf
- ./configure CPPFLAGS="$CPPFLAGS" LDFLAGS="$LDFLAGS" - ./configure CPPFLAGS="$CPPFLAGS" LDFLAGS="$LDFLAGS"
# Detect which make is available # Detect which make is available
- MAKE=make - MAKE=gmake
- which gmake 2>/dev/null >/dev/null && MAKE=gmake #- which gmake 2>/dev/null >/dev/null && MAKE=gmake
- $MAKE - $MAKE
# Run tests if they are available # Run tests if they are available
- $MAKE check - $MAKE check