mirror of
https://github.com/clearlinux/micro-config-drive.git
synced 2026-04-28 10:53:47 +00:00
autogen: Honor NOCONFIGURE environment variable
See https://github.com/cgwalters/build-api/ for rationale.
This commit is contained in:
@@ -12,6 +12,8 @@ args="\
|
||||
--prefix=/usr \
|
||||
--enable-silent-rules"
|
||||
|
||||
set -x
|
||||
./configure CFLAGS='-g -O0' $args "$@"
|
||||
make clean
|
||||
if test -z "${NOCONFIGURE}"; then
|
||||
set -x
|
||||
./configure CFLAGS='-g -O0' $args "$@"
|
||||
make clean
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user