ICU-251 ugly bad bad bad way of deleting the files that were symlinked

during build. But then, symlinking was not that great either; we'll fix all
of that later.

X-SVN-Rev: 1108
This commit is contained in:
Yves Arrouye 2000-04-11 01:06:15 +00:00
parent 6ae72bf76b
commit 3e1d8d13a3

View File

@ -127,8 +127,10 @@ clean-local:
distclean-local: clean-local
rm -f Makefile config.cache config.log config.status config/Makefile
rm -f common/unicode/platform.h common/icucfg.h
rm -f *.goo *.txt *.uni
ifeq ($(patsubst %..%,,@RELATIVEDATADIR@),@RELATIVEDATADIR@)
rm -f @DATABUILDDIR@/../source/test/testdata/*.goo @DATABUILDDIR@/../source/test/testdata/*.txt @DATABUILDDIR@/../source/test/testdata/*.uni
rm -f @DATABUILDDIR@/UnicodeData-$(UNICODE_VERSION).txt @DATABUILDDIR@/thaidict.brk
endif
check-local:
@ -153,4 +155,3 @@ builddata: @DATABUILDDIR@/UnicodeData-$(UNICODE_VERSION).txt @DATABUILDDIR@/thai
@DATABUILDDIR@/../source/test/testdata/default.goo: $(srcdir)/test/testdata/default.goo
ln -s `pwd`/$(srcdir)/test/testdata/*.goo `pwd`/$(srcdir)/test/testdata/*.txt `pwd`/$(srcdir)/test/testdata/*.uni @DATABUILDDIR@/../source/test/testdata/