1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2026-05-07 07:07:42 +00:00

better public rule

SCCS-file: Makefile
SCCS-SID: 7.104
This commit is contained in:
Arthur David Olson
2005-01-24 12:21:45 -05:00
committed by Paul Eggert
parent 930e361475
commit 381dcaf4a7

View File

@@ -384,7 +384,9 @@ names:
# The zics below ensure that each data file can stand on its own.
public: $(ENCHILADA) zic
public:
make maintainer-clean
make "CFLAGS=$(GCC_DEBUG_FLAGS)"
-mkdir /tmp/,tzpublic
-for i in $(TDATA) ; do zic -v -d /tmp/,tzpublic $$i 2>&1 | grep -v "starting year" ; done
for i in $(TDATA) ; do zic -d /tmp/,tzpublic $$i || exit; done