diff options
author | heiko <heiko@FreeBox.fritz.box> | 2019-07-05 20:09:42 +0200 |
---|---|---|
committer | heiko <heiko@FreeBox.fritz.box> | 2019-07-05 20:09:42 +0200 |
commit | 7ae61e7393fb1f420044b8640a01cea6c1162a8d (patch) | |
tree | 10a6c97e119a5438ac29abf97870340ed4b3ab39 | |
parent | 984ae35948688cac13ce6908aa02fb96d9daf45a (diff) | |
download | afl++-7ae61e7393fb1f420044b8640a01cea6c1162a8d.tar.gz |
fix redundant messages (appearing again)
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile index a9ae5518..cb3beb11 100644 --- a/Makefile +++ b/Makefile @@ -172,10 +172,6 @@ endif all_done: test_build @if [ ! "`which clang 2>/dev/null`" = "" ]; then echo "[+] LLVM users: see llvm_mode/README.llvm for a faster alternative to afl-gcc."; fi @echo "[+] All done! Be sure to review the README - it's pretty short and useful." -ifeq "$(SHMAT_OK)" "0" - @echo "[!] shmat isn't working on your platform - compile every target with -lrt:" - @echo "[!] CFLAGS=-lrt LDFLAGS=-lrt CC=afl-gcc CXX=afl-g++ ./configure" -endif @if [ "`uname`" = "Darwin" ]; then printf "\nWARNING: Fuzzing on MacOS X is slow because of the unusually high overhead of\nfork() on this OS. Consider using Linux or *BSD. You can also use VirtualBox\n(virtualbox.org) to put AFL inside a Linux or *BSD VM.\n\n"; fi @! tty <&1 >/dev/null || printf "\033[0;30mNOTE: If you can read this, your terminal probably uses white background.\nThis will make the UI hard to read. See docs/status_screen.txt for advice.\033[0m\n" 2>/dev/null |