mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
Issue #1971 - Part 2: Update ICU source to 63.2.
This commit is contained in:
parent
8df84683be
commit
1e69214382
3160 changed files with 275815 additions and 234203 deletions
|
|
@ -22,6 +22,9 @@ subdir = test
|
|||
# harfbuzz.
|
||||
@LAYOUTEX_TRUE@LETEST = letest
|
||||
|
||||
# no testdata without tools..
|
||||
@TOOLS_TRUE@TESTDATA = testdata
|
||||
|
||||
# status dir
|
||||
STATUS_TMP = tmp
|
||||
STATUS_FULL = $(shell pwd)/$(STATUS_TMP)
|
||||
|
|
@ -29,7 +32,7 @@ STATUS_FULL = $(shell pwd)/$(STATUS_TMP)
|
|||
## Files to remove for 'make clean'
|
||||
CLEANFILES = *~ $(STATUS_TMP)
|
||||
|
||||
SUBDIRS = testdata intltest $(IOTEST) cintltst $(LETEST)
|
||||
SUBDIRS = $(TESTDATA) intltest $(IOTEST) cintltst $(LETEST)
|
||||
|
||||
## List of phony targets
|
||||
.PHONY : everything all all-local all-recursive install install-local \
|
||||
|
|
@ -85,7 +88,7 @@ xcheck-recursive check-recursive check-exhaustive-recursive:
|
|||
@$(MKINSTALLDIRS) $(STATUS_TMP)
|
||||
@mystatus=$(STATUS_FULL)/status.$$$$.deleteme ; \
|
||||
$(RMV) "$$mystatus".* ; \
|
||||
@goods=; \
|
||||
goods=; \
|
||||
bads=; \
|
||||
target=`echo $@ | sed s/-recursive//`; \
|
||||
list='$(SUBDIRS)'; for subdir in $$list; do \
|
||||
|
|
@ -134,8 +137,8 @@ $(STATUS_FULL)/status.$(STATUS_NUM).deleteme.%: pcheck_setup
|
|||
|
||||
# print out status
|
||||
pcheck: $(STATUS_FILES)
|
||||
@goods= ; \
|
||||
bads= ; \
|
||||
@goods=; \
|
||||
bads=; \
|
||||
echo "----------------------------------------"; \
|
||||
for subdir in $(SUBDIRS); do \
|
||||
if [ -s "$(MYSTATUS_R).$$subdir" ]; then \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue