Disable configure cache
This commit is contained in:
parent
a6451aa626
commit
d03f818659
|
@ -185,5 +185,4 @@ cd "$ORIGDIR" || exit 1
|
||||||
rm -f config.cache
|
rm -f config.cache
|
||||||
|
|
||||||
do_cmd $srcdir/configure \
|
do_cmd $srcdir/configure \
|
||||||
--cache-file=config.cache \
|
|
||||||
${1+"$@"} && echo "Now type \`make' to compile $PROJECT." || exit 1
|
${1+"$@"} && echo "Now type \`make' to compile $PROJECT." || exit 1
|
||||||
|
|
Loading…
Reference in New Issue