commit 70e6bf7
hovercats
·
2026-01-21 16:55:16 +0000 UTC
parent d7448d6
bc: dont build dc, as its now provided by sbase instead
2 files changed,
+2,
-13
+1,
-12
1@@ -5,27 +5,16 @@ cflags{
2 '-I $srcdir/h',
3 }
4
5-lib('libbc.a', [[lib/(getopt.c getopt1.c vfprintf.c number.c)]])
6-
7 exe('bin/bc', [[
8 bc/(
9 main.c bc.c scan.c execute.c load.c storage.c util.c global.c
10 warranty.c
11 )
12- $outdir/libbc.a
13-]])
14-
15-exe('bin/dc', [[
16- dc/(
17- dc.c misc.c eval.c stack.c array.c numeric.c string.c
18- )
19- $outdir/libbc.a
20+ lib/number.c
21 ]])
22
23 file('bin/bc', '755', '$outdir/bin/bc')
24-file('bin/dc', '755', '$outdir/bin/dc')
25
26 man{'doc/bc.1'}
27-man{'doc/dc.1'}
28
29 fetch 'curl'
+1,
-1
1@@ -1 +1 @@
2-1.07.1 r3
3+1.07.1 r4