mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 18:18:07 +00:00
minor fixes
This commit is contained in:
@ -14,7 +14,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
|
|||||||
! the repository was moved from vanhauser-thc to AFLplusplus. It is now
|
! the repository was moved from vanhauser-thc to AFLplusplus. It is now
|
||||||
an own organisation :)
|
an own organisation :)
|
||||||
! development and acceptance of PRs now happen only in the dev branch
|
! development and acceptance of PRs now happen only in the dev branch
|
||||||
and only occasional when everything is fine we PR to master
|
and only occasionally when everything is fine we PR to master
|
||||||
- all:
|
- all:
|
||||||
- big code changes to make afl-fuzz thread-safe so afl-fuzz can spawn
|
- big code changes to make afl-fuzz thread-safe so afl-fuzz can spawn
|
||||||
multiple fuzzing threads in the future or even become a library
|
multiple fuzzing threads in the future or even become a library
|
||||||
|
@ -335,12 +335,7 @@ endif
|
|||||||
if [ -f ../split-switches-pass.so ]; then set -e; install -m 755 ../split-switches-pass.so $${DESTDIR}$(HELPER_PATH); fi
|
if [ -f ../split-switches-pass.so ]; then set -e; install -m 755 ../split-switches-pass.so $${DESTDIR}$(HELPER_PATH); fi
|
||||||
if [ -f ../cmplog-instructions-pass.so ]; then set -e; install -m 755 ../cmplog-*-pass.so $${DESTDIR}$(HELPER_PATH); fi
|
if [ -f ../cmplog-instructions-pass.so ]; then set -e; install -m 755 ../cmplog-*-pass.so $${DESTDIR}$(HELPER_PATH); fi
|
||||||
set -e; if [ -f ../afl-clang-fast ] ; then ln -sf ../afl-clang-fast $${DESTDIR}$(BIN_PATH)/afl-clang ; ln -sf ../afl-clang-fast $${DESTDIR}$(BIN_PATH)/afl-clang++ ; else ln -sf ../afl-gcc $${DESTDIR}$(BIN_PATH)/afl-clang ; ln -sf ../afl-gcc $${DESTDIR}$(BIN_PATH)/afl-clang++; fi
|
set -e; if [ -f ../afl-clang-fast ] ; then ln -sf ../afl-clang-fast $${DESTDIR}$(BIN_PATH)/afl-clang ; ln -sf ../afl-clang-fast $${DESTDIR}$(BIN_PATH)/afl-clang++ ; else ln -sf ../afl-gcc $${DESTDIR}$(BIN_PATH)/afl-clang ; ln -sf ../afl-gcc $${DESTDIR}$(BIN_PATH)/afl-clang++; fi
|
||||||
install -m 644 -T README.laf-intel.md $${DESTDIR}$(DOC_PATH)/README.llvm_mode.laf-intel.md
|
install -m 644 -T README.*.md $${DESTDIR}$(DOC_PATH)/README.llvm_mode.laf-intel.md
|
||||||
install -m 644 -T README.cmplog.md $${DESTDIR}$(DOC_PATH)/README.llvm_mode.cmplog.md
|
|
||||||
install -m 644 -T README.lto.md $${DESTDIR}$(DOC_PATH)/README.llvm_mode.lto.md
|
|
||||||
install -m 644 -T README.instrim.md $${DESTDIR}$(DOC_PATH)/README.llvm_mode.instrim.md
|
|
||||||
install -m 644 -T README.neverzero.md $${DESTDIR}$(DOC_PATH)/README.llvm_mode.neverzero.md
|
|
||||||
install -m 644 -T README.whitelist.md $${DESTDIR}$(DOC_PATH)/README.llvm_mode.whitelist.md
|
|
||||||
install -m 644 -T README.md $${DESTDIR}$(DOC_PATH)/README.llvm_mode.md
|
install -m 644 -T README.md $${DESTDIR}$(DOC_PATH)/README.llvm_mode.md
|
||||||
|
|
||||||
vpath % ..
|
vpath % ..
|
||||||
|
Reference in New Issue
Block a user