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:
committed by
Paul Eggert
parent
930e361475
commit
381dcaf4a7
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user