mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 01:11:02 +00:00
clean up the make process
X-Trac-URL: https://ssl.icu-project.org/trac/ticket/157 git-svn-id: http://source.icu-project.org/repos/icu/icu/trunk@298 0a8b766c-62c9-45f9-954d-7f2943c9ead0
This commit is contained in:
parent
2c0d89fedc
commit
857d0af298
2 changed files with 3 additions and 3 deletions
|
@ -47,7 +47,7 @@ UNICODE_VERSION = @UNICODE_VERSION@
|
|||
@SAMPLES_FALSE@SAMPLE =
|
||||
|
||||
## Files to remove for 'make clean'
|
||||
CLEANFILES = *~
|
||||
CLEANFILES = *~
|
||||
|
||||
DOCDIRS = common i18n
|
||||
SUBDIRS = common i18n $(EXTRA) tools $(TEST) $(SAMPLE)
|
||||
|
@ -120,7 +120,7 @@ clean-local:
|
|||
test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
|
||||
|
||||
distclean-local:
|
||||
rm -f Makefile config.cache config.log config.status
|
||||
rm -f Makefile config.cache config.log config.status config/Makefile
|
||||
rm -f common/platform.h common/icucfg.h
|
||||
|
||||
check-local:
|
||||
|
|
|
@ -41,7 +41,7 @@ top_builddir = ../..
|
|||
subdir = tools/gencmn
|
||||
|
||||
## Extra files to remove for 'make clean'
|
||||
CLEANFILES = *~
|
||||
CLEANFILES = *~ mkmap.tmp
|
||||
|
||||
## Target information
|
||||
TARGET = gencmn
|
||||
|
|
Loading…
Add table
Reference in a new issue