Skip to content

Commit

Permalink
sifter build: remove ustbuild
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
markusicu committed Nov 23, 2023
1 parent 361e0dc commit 2c0cd74
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions c/uca/sifter/build.jam
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
# sjam makefile to build sifter for all platforms
#
# This makefile is used with sjam to automate the build
# of the Collation Table Sifter
# for the Unicode Infrastructure Library.
# of the Collation Table Sifter, to generate DUCET and the CTT
#
# Required environment variables:
# CALM_PROJECT_ROOT points to the top directory for the UIL source
# CALM_PROJECT_ROOT points to the top directory for the source
# SSMODE is set to "dev" or "purify" (default is "normal")
# SSBUILT is set to the target build directory

SSPart unilib utility sifter ;
SSPart unilib sifter ;

SSLocalHdrs unilib src ;

Expand All @@ -24,15 +23,3 @@ SSMain sifter :
unisifex.c
;

SSSybLibs ustbuild : unic ;

SSMain ustbuild :
ustbuild.c
unisift2.c
ustwrite.c
;





0 comments on commit 2c0cd74

Please sign in to comment.