ICU-1627 fix make files and UCA rules parsing
X-SVN-Rev: 7492
This commit is contained in:
parent
a0222e02bf
commit
595437d866
@ -359,7 +359,8 @@ parseUCARules(char *tag, uint32_t startline, UErrorCode *status)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
uprv_strcat(filename,"..");
|
||||
uprv_strcat(filename,U_FILE_SEP_STRING);
|
||||
uprv_strcat(filename, U_ICU_UNIDATA);
|
||||
uprv_strcat(filename, U_FILE_SEP_STRING);
|
||||
uprv_strcat(filename, cs);
|
||||
|
@ -26,7 +26,7 @@ MANX_FILES = $(TARGET).$(SECTION)
|
||||
ALL_MAN_FILES = $(MANX_FILES)
|
||||
|
||||
## Extra files to remove for 'make clean'
|
||||
CLEANFILES = *~ $(DEPS) $(RES_FILES) $(TEST_FILES) icupkg.inc mkmap.tmp $(ALL_MAN_FILES)
|
||||
CLEANFILES = *~ $(DEPS) $(RES_FILES) $(TEST_FILES) mkmap.tmp $(ALL_MAN_FILES)
|
||||
|
||||
## Target information
|
||||
TARGET = pkgdata
|
||||
@ -61,7 +61,7 @@ distclean : distclean-local
|
||||
dist: dist-local
|
||||
check: all check-local
|
||||
|
||||
all-local: $(TARGET) $(RES_FILES) $(TRANSLIT_RES) $(TEST_FILES) icupkg.inc $(ALL_MAN_FILES)
|
||||
all-local: $(TARGET) $(RES_FILES) $(TRANSLIT_RES) $(TEST_FILES) $(ALL_MAN_FILES)
|
||||
|
||||
install-local: all-local install-man
|
||||
$(MKINSTALLDIRS) $(DESTDIR)$(sbindir)
|
||||
@ -92,7 +92,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
cd $(top_builddir) \
|
||||
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
||||
|
||||
icupkg.inc: $(srcdir)/icupkg.inc.in $(top_builddir)/config.status
|
||||
|
||||
cd $(top_builddir) \
|
||||
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user