mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge branch 'topic/simon/configure-fail-hint' of https://github.com/simonhf/zeek
- Adjusted the hint text a bit during merge * 'topic/simon/configure-fail-hint' of https://github.com/simonhf/zeek: Add hint to run make distclean if configure fails
This commit is contained in:
commit
0e0063335a
3 changed files with 10 additions and 1 deletions
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
||||||
|
|
||||||
|
3.1.0-dev.266 | 2019-11-14 17:29:00 -0800
|
||||||
|
|
||||||
|
* Add hint to run `make distclean` if configure fails (Simon Hardy-Francis, Corelight)
|
||||||
|
|
||||||
3.1.0-dev.264 | 2019-11-14 16:57:13 -0800
|
3.1.0-dev.264 | 2019-11-14 16:57:13 -0800
|
||||||
|
|
||||||
* Install test-all-policy.zeek script (Jon Siwek, Corelight)
|
* Install test-all-policy.zeek script (Jon Siwek, Corelight)
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
3.1.0-dev.264
|
3.1.0-dev.266
|
||||||
|
|
5
configure
vendored
5
configure
vendored
|
@ -2,6 +2,11 @@
|
||||||
# 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 re-running configure, consider cleaning the cache \
|
||||||
|
(removing the build directory) via \`make distclean\`"' EXIT
|
||||||
|
|
||||||
command="$0 $*"
|
command="$0 $*"
|
||||||
|
|
||||||
usage="\
|
usage="\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue