mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 09:21:03 +00:00
ICU-157 clean up the make process
X-SVN-Rev: 298
This commit is contained in:
parent
c0908dcdb4
commit
76bdfc909a
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