mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 09:21:03 +00:00
ICU-620
X-SVN-Rev: 2552
This commit is contained in:
parent
9686d239f0
commit
0fb401e71f
2 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,7 @@ all-recursive install-recursive clean-recursive distclean-recursive dist-recursi
|
|||
fi
|
||||
|
||||
clean-recursive-with-twist:
|
||||
$(MAKE) clean-recursive LOCAL_SUBDIRS='$(CLEAN_FIRST_SUBDIRS) $(filter-out tools,$($(CLEAN_FIRST_SUBDIRS)))'
|
||||
$(MAKE) clean-recursive LOCAL_SUBDIRS='$(CLEAN_FIRST_SUBDIRS) $(filter-out $(CLEAN_FIRST_SUBDIRS),$(LOCAL_SUBDIRS))'
|
||||
|
||||
all-local: $(srcdir)/configure
|
||||
|
||||
|
|
|
@ -194,7 +194,7 @@ $(TMPDATADIR)/icupkg.inc: pkgdata/icupkg.inc
|
|||
|
||||
# build the ICU and test data
|
||||
|
||||
build-local build-pkgdata: $(TMPDATADIR)/icudata.lst $(TMPDATADIR)/testdata.lst $(TMPDATADIR)/icupkg.inc $(DATAFILES) $(DATABUILDDIR)/test.dat
|
||||
build-local build-pkgdata: $(TMPDATADIR)/icudata.lst $(TMPDATADIR)/testdata.lst $(TMPDATADIR)/icupkg.inc $(DATAFILES)
|
||||
@$(mkinstalldirs) $(TMPDATADIR)
|
||||
(cd $(TMPDATADIR); $(PKGDATA) -p icudata ./icudata.lst )
|
||||
(cd $(TMPDATADIR); $(PKGDATA) -p testdat1 ./testdata.lst )
|
||||
|
|
Loading…
Add table
Reference in a new issue