commit f2f9246

hovercats  ·  2025-11-26 12:55:18 +0000 UTC
parent a9f7716
bc/sbase: switch back to bc, as I was a bit early on pushing. some things needs fixing before pushing again
4 files changed,  +5, -5
+2, -2
 1@@ -22,10 +22,10 @@ exe('bin/dc', [[
 2 	$outdir/libbc.a
 3 ]])
 4 
 5---file('bin/bc', '755', '$outdir/bin/bc')
 6+file('bin/bc', '755', '$outdir/bin/bc')
 7 file('bin/dc', '755', '$outdir/bin/dc')
 8 
 9---man{'doc/bc.1'}
10+man{'doc/bc.1'}
11 man{'doc/dc.1'}
12 
13 fetch 'curl'
+1, -1
1@@ -1 +1 @@
2-1.07.1 r2
3+1.07.1 r3
+1, -1
1@@ -190,7 +190,7 @@ end
2 yacc('bc', 'bc.y')
3 pkg.deps = {'$outdir/bc.tab.c'}
4 exe('bc', [[$outdir/(bc.tab.c libutil.a)]])
5-file('bin/bc', '755', '$outdir/bc')
6+--file('bin/bc', '755', '$outdir/bc')
7 
8 exe('smake', {
9 	'make/defaults.c',
+1, -1
1@@ -1 +1 @@
2-4d79264 r0
3+4d79264 r1