opnsense-ports/emulators/z80pack/files/patch-cpmsim_srctools_Makefile
Franco Fichtner f3e254a665 */*: sync with upstream
Taken from: HardenedBSD
2021-04-12 20:10:19 +02:00

30 lines
638 B
Text

--- cpmsim/srctools/Makefile.orig 2021-01-06 16:07:39 UTC
+++ cpmsim/srctools/Makefile
@@ -1,19 +1,19 @@
#
# some places where the tools usually are installed
#
-INSTALLDIR=${HOME}/bin
+#INSTALLDIR=${HOME}/bin
#INSTALLDIR=/usr/local/bin
#CC = cc
-CC = gcc
+#CC = gcc
-CFLAGS= -O3 -Wall
+#CFLAGS= -O3 -Wall
-all: test mkdskimg bin2hex send receive ptp2bin
- @echo
- @echo "Done."
- @echo "Now run make install"
- @echo
+all: mkdskimg bin2hex send receive ptp2bin
+# @echo
+# @echo "Done."
+# @echo "Now run make install"
+# @echo
test:
@test -d ${INSTALLDIR} || (echo "${INSTALLDIR} doesn't exist, fix INSTALLDIR"; exit 1)