Skip to content

Commit 6040ba7

Browse files
committed
The M2 build uses a build script which doesn't work properly and isn't
necessary, so remove it.
1 parent 40ba6a0 commit 6040ba7

File tree

2 files changed

+8
-16
lines changed

2 files changed

+8
-16
lines changed

lang/m2/comp/build.py

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@
1616
],
1717
)
1818

19-
simplerule(
20-
name="next-c",
21-
ins=["./make.next"],
22-
outs=["=next.c"],
23-
commands=["sh $[ins] > $[outs]"],
24-
)
25-
2619
simplerule(
2720
name="tokenfile-g",
2821
ins=[
@@ -61,7 +54,7 @@
6154
srcs=(
6255
glob("lang/m2/comp/*.c")
6356
+ glob("lang/m2/comp/*.h")
64-
+ [".+parameters", ".+llgen", ".+next-c", ".+symbol2str-c", ".+tabgen"]
57+
+ [".+parameters", ".+llgen", ".+symbol2str-c", ".+tabgen"]
6558
),
6659
deps=[
6760
"h",
@@ -80,4 +73,10 @@
8073
],
8174
)
8275

83-
export(name="all", items={"$(PLATDEP)/em_m2": ".+em_m2"})
76+
export(
77+
name="all",
78+
items={
79+
"$(PLATDEP)/em_m2": ".+em_m2",
80+
"$(INSDIR)/share/man/man6/em_m2.6": "./em_m2.6",
81+
},
82+
)

lang/m2/comp/make.next

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)