This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Remove unused variables from timezone/Makefile


We haven't been installing timezone files since several years.
Committed.

Andreas.

	* timezone/Makefile (tzbases, tzlinks, tzfiles): Don't define.
	(generated): Don't add $(addprefix z.,$(tzfiles)).

diff --git a/timezone/Makefile b/timezone/Makefile
index 24c93c6..d2abdec 100644
--- a/timezone/Makefile
+++ b/timezone/Makefile
@@ -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
-- 
2.5.0

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]