ICU-251 fixed all the clean/distclean problems except for the stale

symlinks in source/test/testdata. Also made sure distclean-local depends on
clean-local in every subproject.

X-SVN-Rev: 1106
This commit is contained in:
Yves Arrouye 2000-04-10 23:24:53 +00:00
parent dc50431253
commit 8b0bee3da5
5 changed files with 7 additions and 5 deletions

View file

@ -124,9 +124,11 @@ dist-local:
clean-local:
test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
distclean-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
rm -f @DATABUILDDIR@/UnicodeData-$(UNICODE_VERSION).txt @DATABUILDDIR@/thaidict.brk
check-local:

View file

@ -93,7 +93,7 @@ clean-local:
check-local:
distclean-local:
distclean-local: clean-local
rm -f Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status

View file

@ -88,7 +88,7 @@ clean-local:
check-local:
distclean-local:
distclean-local: clean-local
rm -f Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status

View file

@ -87,7 +87,7 @@ dist-local:
clean-local:
test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
distclean-local:
distclean-local: clean-local
rm -f Makefile
check-local:

View file

@ -261,7 +261,7 @@ dist-local:
clean-local:
test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
distclean-local:
distclean-local: clean-local
rm -f Makefile $(SRCDATAFILES) $(DATAFILES) $(TESTDATAD) $(BASETESTDATA)
check-local: