mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 22:15:31 +00:00
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:
parent
dc50431253
commit
8b0bee3da5
5 changed files with 7 additions and 5 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue