Skip to content

Commit 2c0cd74

Browse files
committed
sifter build: remove ustbuild
From Ken: I removed the reference to ustbuild, which is a separate utility that I used to house in my sifter directory, but which [...] I moved out to a separate directory with a separate make.
1 parent 361e0dc commit 2c0cd74

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

c/uca/sifter/build.jam

+3-16
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@
44
# sjam makefile to build sifter for all platforms
55
#
66
# This makefile is used with sjam to automate the build
7-
# of the Collation Table Sifter
8-
# for the Unicode Infrastructure Library.
7+
# of the Collation Table Sifter, to generate DUCET and the CTT
98
#
109
# Required environment variables:
11-
# CALM_PROJECT_ROOT points to the top directory for the UIL source
10+
# CALM_PROJECT_ROOT points to the top directory for the source
1211
# SSMODE is set to "dev" or "purify" (default is "normal")
1312
# SSBUILT is set to the target build directory
1413

15-
SSPart unilib utility sifter ;
14+
SSPart unilib sifter ;
1615

1716
SSLocalHdrs unilib src ;
1817

@@ -24,15 +23,3 @@ SSMain sifter :
2423
unisifex.c
2524
;
2625

27-
SSSybLibs ustbuild : unic ;
28-
29-
SSMain ustbuild :
30-
ustbuild.c
31-
unisift2.c
32-
ustwrite.c
33-
;
34-
35-
36-
37-
38-

0 commit comments

Comments
 (0)