about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDMaroo <dhruvmaru007@gmail.com>2021-08-06 22:09:50 +0530
committerDMaroo <dhruvmaru007@gmail.com>2021-08-06 22:09:50 +0530
commit9578546048268d261815476f18b48031606c2121 (patch)
tree4469b4ed1b9d06d5acc5a89c33dbc84b548cdcb0
parent1095840b98588c51d214cf7920f0e3f6bfaa716b (diff)
downloadafl++-9578546048268d261815476f18b48031606c2121.tar.gz
Commented out all the builds of afl-plot-ui
Also add the "-" qualifier to denote a possibly unsuccessful build
-rw-r--r--GNUmakefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 4151d5b2..68800269 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -570,7 +570,7 @@ clean:
 	$(MAKE) -C utils/afl_network_proxy clean
 	$(MAKE) -C utils/socket_fuzzing clean
 	$(MAKE) -C utils/argv_fuzzing clean
-	$(MAKE) -C utils/plot_ui clean
+	-$(MAKE) -C utils/plot_ui clean
 	$(MAKE) -C qemu_mode/unsigaction clean
 	$(MAKE) -C qemu_mode/libcompcov clean
 	$(MAKE) -C qemu_mode/libqasan clean
@@ -602,7 +602,7 @@ distrib: all
 	$(MAKE) -C utils/afl_network_proxy
 	$(MAKE) -C utils/socket_fuzzing
 	$(MAKE) -C utils/argv_fuzzing
-	$(MAKE) -C utils/plot_ui
+	# -$(MAKE) -C utils/plot_ui
 	-$(MAKE) -C frida_mode
 	-cd qemu_mode && sh ./build_qemu_support.sh
 	-cd unicorn_mode && unset CFLAGS && sh ./build_unicorn_support.sh
@@ -614,7 +614,7 @@ binary-only: test_shm test_python ready $(PROGS)
 	$(MAKE) -C utils/afl_network_proxy
 	$(MAKE) -C utils/socket_fuzzing
 	$(MAKE) -C utils/argv_fuzzing
-	$(MAKE) -C utils/plot_ui
+	# -$(MAKE) -C utils/plot_ui
 	-$(MAKE) -C frida_mode
 	-cd qemu_mode && sh ./build_qemu_support.sh
 	-cd unicorn_mode && unset CFLAGS && sh ./build_unicorn_support.sh
@@ -625,7 +625,7 @@ source-only: all
 	-$(MAKE) -f GNUmakefile.gcc_plugin
 	$(MAKE) -C utils/libdislocator
 	$(MAKE) -C utils/libtokencap
-	$(MAKE) -C utils/plot_ui
+	# -$(MAKE) -C utils/plot_ui
 
 %.8:	%
 	@echo .TH $* 8 $(BUILD_DATE) "afl++" > $@