ICU-393 ignore tmp*
X-SVN-Rev: 2747
This commit is contained in:
parent
4ced898120
commit
3c235155d3
2
.gitignore
vendored
2
.gitignore
vendored
@ -192,7 +192,7 @@ icu4c/source/tools/rbdump/Makefile
|
||||
icu4c/source/tools/rbdump/Release
|
||||
icu4c/source/tools/rbdump/pkgdata
|
||||
icu4c/source/tools/rbdump/tmp
|
||||
icu4c/source/tools/tmp
|
||||
icu4c/source/tools/tmp*
|
||||
icu4c/source/tools/toolutil/*.d
|
||||
icu4c/source/tools/toolutil/*.pdb
|
||||
icu4c/source/tools/toolutil/Debug
|
||||
|
@ -1,4 +1,4 @@
|
||||
tmp
|
||||
tmp*
|
||||
Debug
|
||||
Release
|
||||
Makefile
|
||||
|
@ -26,10 +26,12 @@ sbindir = @sbindir@
|
||||
datadir = @datadir@
|
||||
libdir = @libdir@
|
||||
includedir = @includedir@
|
||||
sysconfdir = @sysconfdir@
|
||||
|
||||
pkgdatadir = $(datadir)/@PACKAGE@
|
||||
pkglibdir = $(libdir)/@PACKAGE@
|
||||
pkgincludedir = $(includedir)/@PACKAGE@
|
||||
pkgsysconfdir = $(sysconfdir)/@PACKAGE@
|
||||
|
||||
## Build directory information
|
||||
top_builddir = ..
|
||||
@ -159,7 +161,8 @@ DATAFILES=$(DATAFILESD) $(DATAFILESC) $(DATAFILESB) $(DATAFILESR)
|
||||
CLEANFILES = *~ $(BRK_FILES)
|
||||
|
||||
install-udata: install-pkgdata
|
||||
$(INSTALL_DATA) $(top_srcdir)/../data/convrtrs.txt $(DESTDIR)$(pkgdatadir)/$(VERSION)
|
||||
$(MKINSTALLDIRS) $(DESTDIR)$(pkgsysconfdir)
|
||||
$(INSTALL_DATA) $(top_srcdir)/../data/convrtrs.txt $(DESTDIR)$(pkgsysconfdir)
|
||||
|
||||
install-local: all-local install-udata
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user