mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-11-22 16:14:59 +00:00
* Makefile (check_time_t_alternatives): Pass REDO to submake.
This commit is contained in:
1
Makefile
1
Makefile
@ -568,6 +568,7 @@ check_time_t_alternatives:
|
|||||||
make clean_misc && \
|
make clean_misc && \
|
||||||
make TOPDIR=`pwd`/tzpublic/$$type \
|
make TOPDIR=`pwd`/tzpublic/$$type \
|
||||||
CFLAGS='$(CFLAGS) -Dtime_tz='"'$$type'" \
|
CFLAGS='$(CFLAGS) -Dtime_tz='"'$$type'" \
|
||||||
|
REDO='$(REDO)' \
|
||||||
install && \
|
install && \
|
||||||
diff -qr tzpublic/int64_t/etc/zoneinfo tzpublic/$$type/etc/zoneinfo && \
|
diff -qr tzpublic/int64_t/etc/zoneinfo tzpublic/$$type/etc/zoneinfo && \
|
||||||
case $$type in \
|
case $$type in \
|
||||||
|
|||||||
Reference in New Issue
Block a user