commit b7a28a3

hovercats  ·  2025-10-09 15:56:57 +0000 UTC
parent efe5c7c
sbase: bump to latest commit. sbase now has a make implementation ported from scc
3 files changed,  +11, -2
+9, -0
 1@@ -185,6 +185,15 @@ for _, cmd in ipairs(cmds) do
 2 	file('share/man/man1/'..cmd..'.1.gz', '644', out)
 3 end
 4 
 5+exe('smake', {
 6+	'make/defaults.c',
 7+	'make/main.c',
 8+	'make/parser.c',
 9+	'make/posix.c',
10+	'make/rules.c',
11+})
12+file('bin/smake', '755', '$outdir/smake')
13+
14 sym('bin/[', 'test')
15 
16 -- TODO: binutils'  config/lib-ld.m4 should use AC_REQUIRE([AC_PROG_EGREP]) and
+1, -1
1@@ -1 +1 @@
2-Subproject commit 055cc1ae1b3a13c3d8f25af0a4a3316590efcd48
3+Subproject commit c209e570976f7ba16ad2785f91db265b4f0821b8
+1, -1
1@@ -1 +1 @@
2-055cc1a r0
3+c209e57 r0