Skip to content

Commit

Permalink
Remove unused variables from timezone/Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schwab committed Aug 9, 2015
1 parent d6d20de commit e8a3092
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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>

* nptl/tst-cancel-wrappers.sh: Change 3rd arg to gensub to 1.
Expand Down
9 changes: 0 additions & 9 deletions timezone/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,6 @@ extra-objs := scheck.o ialloc.o
others := zdump zic
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

generated-dirs += testdata
Expand Down

0 comments on commit e8a3092

Please sign in to comment.