From 888d61a4aef9b67062344c548a0c00542524927e Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Tue, 13 Jul 2004 14:32:53 +0000 Subject: [PATCH] ICU-3925 Fix make clean, and collation building rules. X-SVN-Rev: 15991 --- icu4c/source/data/makedata.mak | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/icu4c/source/data/makedata.mak b/icu4c/source/data/makedata.mak index 5bdbfb99bc4..d7c6dc064aa 100644 --- a/icu4c/source/data/makedata.mak +++ b/icu4c/source/data/makedata.mak @@ -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