mirror of
https://sourceware.org/git/glibc.git
synced 2025-05-31 15:01:17 +03:00
Remove unused variables from timezone/Makefile
This commit is contained in:
parent
d6d20de8b7
commit
e8a30921de
@ -1,3 +1,8 @@
|
|||||||
|
2015-08-09 Andreas Schwab <schwab@linux-m68k.org>
|
||||||
|
|
||||||
|
* timezone/Makefile (tzbases, tzlinks, tzfiles): Don't define.
|
||||||
|
(generated): Don't add $(addprefix z.,$(tzfiles)).
|
||||||
|
|
||||||
2015-08-09 Mike Frysinger <vapier@gentoo.org>
|
2015-08-09 Mike Frysinger <vapier@gentoo.org>
|
||||||
|
|
||||||
* nptl/tst-cancel-wrappers.sh: Change 3rd arg to gensub to 1.
|
* nptl/tst-cancel-wrappers.sh: Change 3rd arg to gensub to 1.
|
||||||
|
@ -27,15 +27,6 @@ extra-objs := scheck.o ialloc.o
|
|||||||
others := zdump zic
|
others := zdump zic
|
||||||
tests := test-tz tst-timezone tst-tzset
|
tests := test-tz tst-timezone tst-tzset
|
||||||
|
|
||||||
# pacificnew doesn't compile; if it is to be used, it should be included in
|
|
||||||
# northamerica.
|
|
||||||
tzbases := africa antarctica asia australasia europe northamerica \
|
|
||||||
southamerica etcetera factory \
|
|
||||||
solar87 solar88 solar89
|
|
||||||
tzlinks := backward systemv
|
|
||||||
tzfiles := $(tzbases) $(tzlinks)
|
|
||||||
|
|
||||||
generated += $(addprefix z.,$(tzfiles))
|
|
||||||
install-sbin := zic zdump
|
install-sbin := zic zdump
|
||||||
|
|
||||||
generated-dirs += testdata
|
generated-dirs += testdata
|
||||||
|
Loading…
x
Reference in New Issue
Block a user