mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-1627 Fix the case when "rebuild all" is called without the out/build directories exisiting
X-SVN-Rev: 7567
This commit is contained in:
parent
ba9864502d
commit
7cd4399207
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ GODATA :
|
|||
@cd "$(ICUDBLD)"
|
||||
|
||||
# This is to remove all the data files
|
||||
CLEAN :
|
||||
CLEAN : GODATA
|
||||
@echo Cleaning up the data files.
|
||||
@cd "$(ICUDBLD)"
|
||||
-@erase "*.cnv"
|
||||
|
|
Loading…
Add table
Reference in a new issue