aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-02-25 14:52:00 -0500
committerB. Watson <urchlay@slackware.uk>2025-02-25 14:52:00 -0500
commit29bebd24f68a8207704bc1669ae6ada3f17bdb21 (patch)
tree4ed73a5bab138792336be8b98b0d5a73b86620df
parent16495c1e25a3cae913e121f83bc156218b25a601 (diff)
downloadbw-atari8-tools-29bebd24f68a8207704bc1669ae6ada3f17bdb21.tar.gz
Makefile: add --no-print-directory to subdirs rule (damp down some of the noise).
-rw-r--r--Makefile3
-rw-r--r--README.txt3
2 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d20cd88..46667b3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,4 @@
+# This Makefile requires GNU make.
# Install paths. DESTDIR is used for installing to an alternate location,
# for people making RPM/deb/tgz/etc packages.
@@ -85,7 +86,7 @@ a8cat: a8cat.c atables.o wtable.o
a8xd: a8xd.c atables.o
subdirs:
- for dir in $(SUBDIRS); do make -C $$dir COPT="$(COPT)"; done
+ for dir in $(SUBDIRS); do ${MAKE} --no-print-directory -C $$dir COPT="$(COPT)"; done
a8eol: a8eol.c
diff --git a/README.txt b/README.txt
index edb840a..8dee749 100644
--- a/README.txt
+++ b/README.txt
@@ -89,7 +89,8 @@ Also included:
or fauxtari.rst for details.
To install, use the standard "make && make install" process. The default
-prefix for installation is /usr/local.
+prefix for installation is /usr/local. GNU make is required, so
+use "gmake" if you're on e.g. FreeBSD.
You may use "make install PREFIX=/somewhere/else" to install somewhere
other than /usr/local. Binaries will be installed to $PREFIX/bin, man