mirror of
https://github.com/clearlinux/micro-config-drive.git
synced 2026-05-13 10:14:08 +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 \
|
--prefix=/usr \
|
||||||
--enable-silent-rules"
|
--enable-silent-rules"
|
||||||
|
|
||||||
set -x
|
if test -z "${NOCONFIGURE}"; then
|
||||||
./configure CFLAGS='-g -O0' $args "$@"
|
set -x
|
||||||
make clean
|
./configure CFLAGS='-g -O0' $args "$@"
|
||||||
|
make clean
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user