mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 06:21:45 +03:00
make the idna properties header building an explicit target
This commit is contained in:
parent
ebe1b05114
commit
1acf3abb39
@ -82,7 +82,9 @@ utils/IdnaMappingTable.txt:
|
||||
utils/idna-tables-properties.csv:
|
||||
curl -o $@ "https://www.iana.org/assignments/idna-tables-$(IDNA_UNICODE_MAJOR).0.0/idna-tables-properties.csv"
|
||||
|
||||
|
||||
# the idna props header must be explicitly rebuilt
|
||||
ifneq ($(filter $(MAKECMDGOALS),utils/idna_props.h),)
|
||||
utils/idna_props.h: utils/DerivedJoiningType.txt utils/idna-tables-properties.csv
|
||||
$(VQ)echo " IDNA: $@"
|
||||
$(Q)$(PERL) utils/idna-derived-props-gen.pl -o $@ -p utils/idna-tables-properties.csv -j utils/DerivedJoiningType.txt
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user