mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-3925 Fix make clean, and collation building rules.
X-SVN-Rev: 15991
This commit is contained in:
parent
cd4853f4a7
commit
888d61a4ae
1 changed files with 9 additions and 8 deletions
|
@ -330,13 +330,19 @@ CLEAN : GODATA
|
|||
-@erase "*.exp"
|
||||
-@erase "*.icu"
|
||||
-@erase "*.lib"
|
||||
-@erase "*.mak"
|
||||
-@erase "*.res"
|
||||
-@erase "*.spp"
|
||||
-@erase "*.txt"
|
||||
@cd "$(ICUBLD)\$(ICUCOL)"
|
||||
-@erase "*.res"
|
||||
-@erase "*.txt"
|
||||
@cd "$(ICUOUT)"
|
||||
-@erase "*.dat"
|
||||
@cd "$(ICUTMP)"
|
||||
-@erase "*.txt"
|
||||
-@erase "*.mak"
|
||||
-@erase "*.obj"
|
||||
-@erase "*.res"
|
||||
@cd "$(TESTDATABLD)"
|
||||
-@erase "*.cnv"
|
||||
-@erase "*.icu"
|
||||
|
@ -347,11 +353,6 @@ CLEAN : GODATA
|
|||
@cd "$(TESTDATAOUT)"
|
||||
-@erase "*.dat"
|
||||
-@erase "*.typ"
|
||||
@cd "$(ICUTMP)"
|
||||
-@erase "*.lst"
|
||||
-@erase "*.mak"
|
||||
-@erase "*.obj"
|
||||
-@erase "*.res"
|
||||
@cd "$(ICUBLD)"
|
||||
|
||||
|
||||
|
@ -383,9 +384,9 @@ CLEAN : GODATA
|
|||
@echo Making Locale Resource Bundle files
|
||||
@"$(ICUTOOLS)\genrb\$(CFG)\genrb" -k -d"$(ICUBLD)" $<
|
||||
|
||||
{$(ICUSRCDATA_RELATIVE_PATH)\$(ICUCOL)}.txt{$(ICUCOL)}.res:
|
||||
{$(ICUSRCDATA_RELATIVE_PATH)\$(ICUCOL)}.txt{$(ICUCOL)}.res::
|
||||
@echo Making Collation files
|
||||
"$(ICUTOOLS)\genrb\$(CFG)\genrb" -k -i "$(ICUBLD)" -d"$(ICUBLD)\$(ICUCOL)" $<
|
||||
@"$(ICUTOOLS)\genrb\$(CFG)\genrb" -k -i "$(ICUBLD)" -d"$(ICUBLD)\$(ICUCOL)" $<
|
||||
|
||||
$(INDEX_COL_FILES):
|
||||
@echo Generating <<$(ICUCOL)\res_index.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue