build: Default to $(MAKE) - sbase - suckless unix tools
HTML git clone git://git.suckless.org/sbase
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 9aeab2a47c0e3cdd9f7786042eb6284b47a8b390
DIR parent c209e570976f7ba16ad2785f91db265b4f0821b8
HTML Author: Roberto E. Vargas Caballero <k0ga@shike2.net>
Date: Tue, 14 Oct 2025 16:19:04 +0200
build: Default to $(MAKE)
GNU make passes some non standard options in MAKEFLAGS and using
sbase make in the sub make generates some problems with some use
cases. This commits changes the default config.mk to use the variable
$(MAKE) for SMAKE, making still possible to use sbase make modifying
the local config.mk.
Diffstat:
M config.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/config.mk b/config.mk
@@ -9,7 +9,7 @@ MANPREFIX = $(PREFIX)/share/man
#CC =
#AR =
RANLIB = ranlib
-SMAKE = scripts/make
+SMAKE = $(MAKE)
# -lrt might be needed on some systems
# CFLAGS =