sbase

suckless unix tools
git clone git://git.suckless.org/sbase
Log | Files | Refs | README | LICENSE

commit 9aeab2a47c0e3cdd9f7786042eb6284b47a8b390
parent c209e570976f7ba16ad2785f91db265b4f0821b8
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:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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 =