mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-11-23 20:42:39 +00:00
define TYPECHECK when doing make typecheck
SCCS-file: Makefile SCCS-SID: 7.103
This commit is contained in:
committed by
Paul Eggert
parent
8aab58707f
commit
81fd631361
4
Makefile
4
Makefile
@ -396,9 +396,9 @@ public: $(ENCHILADA) zic
|
||||
|
||||
typecheck:
|
||||
make clean
|
||||
for i in "long long" double unsigned; \
|
||||
for i in "long long" unsigned double; \
|
||||
do \
|
||||
make CFLAGS="-D_TIME_T \"-Dtime_t=$$i\"" ; \
|
||||
make CFLAGS="-DTYPECHECK -D_TIME_T \"-Dtime_t=$$i\"" ; \
|
||||
./zdump -v US/Eastern ; \
|
||||
make clean ; \
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user