mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-24 14:41:06 +08:00
Do not install iso3166.tab and zone.tab
2012-03-21 Allan McRae <allan@archlinux.org> * timezone/Makefile: Do not install iso3166.tab and zone.tab
This commit is contained in:
parent
0cb7efc517
commit
a458e7fe38
@ -1,3 +1,7 @@
|
|||||||
|
2012-03-21 Allan McRae <allan@archlinux.org>
|
||||||
|
|
||||||
|
* timezone/Makefile: Do not install iso3166.tab and zone.tab
|
||||||
|
|
||||||
2012-03-21 Joseph Myers <joseph@codesourcery.com>
|
2012-03-21 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
[BZ #13871]
|
[BZ #13871]
|
||||||
|
@ -45,7 +45,6 @@ include ../Makeconfig # Get objpfx defined so we can use it below.
|
|||||||
CPPFLAGS-zic = -DNOT_IN_libc
|
CPPFLAGS-zic = -DNOT_IN_libc
|
||||||
|
|
||||||
ifeq ($(have-ksh),yes)
|
ifeq ($(have-ksh),yes)
|
||||||
install-others += $(inst_zonedir)/iso3166.tab $(inst_zonedir)/zone.tab
|
|
||||||
install-bin-script = tzselect
|
install-bin-script = tzselect
|
||||||
generated += tzselect
|
generated += tzselect
|
||||||
endif
|
endif
|
||||||
@ -111,7 +110,3 @@ $(objpfx)tzselect: tzselect.ksh $(common-objpfx)config.make
|
|||||||
-e 's%@TZDIR@%$(zonedir)%g' < $< > $@.new
|
-e 's%@TZDIR@%$(zonedir)%g' < $< > $@.new
|
||||||
chmod 555 $@.new
|
chmod 555 $@.new
|
||||||
mv -f $@.new $@
|
mv -f $@.new $@
|
||||||
|
|
||||||
$(addprefix $(inst_zonedir)/,iso3166.tab zone.tab): \
|
|
||||||
$(inst_zonedir)/%: % $(+force)
|
|
||||||
$(do-install)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user