mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add hint to run make distclean if configure fails
This commit is contained in:
parent
75588956fc
commit
ca41512826
1 changed files with 3 additions and 0 deletions
3
configure
vendored
3
configure
vendored
|
@ -2,6 +2,9 @@
|
||||||
# Convenience wrapper for easily viewing/setting options that
|
# Convenience wrapper for easily viewing/setting options that
|
||||||
# the project's CMake scripts will recognize
|
# the project's CMake scripts will recognize
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
trap '[ $? -eq 0 ] && exit 0 || echo "Also, before rerunning configure, consider cleaning the cache via: make distclean"' EXIT
|
||||||
|
|
||||||
command="$0 $*"
|
command="$0 $*"
|
||||||
|
|
||||||
usage="\
|
usage="\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue