]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: revamp localtime.o build rule
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 25 May 2020 15:40:27 +0000 (17:40 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 26 May 2020 08:06:49 +0000 (10:06 +0200)
commit4d5efe1e1d3dc7672934efce1bdc9151e7cd307d
treec3794c60a6a13ceae44addfcc9da6637feddafa2
parent49a843b407d234ea588378196aac20eefc2a587a
Cygwin: revamp localtime.o build rule

Rename localtime.c.patched to localtime.patched.c to keep the correct
language suffix.

Create localtime.patched.c in the build dir rather than in the source
dir.  Decouple the build rule for creating localtime.patched.c from
the rule to build localtime.o, so we don't have to rebuild the patched
source file all the time.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/Makefile.in
winsup/cygwin/tzcode/localtime_wrapper.c
This page took 0.031719 seconds and 5 git commands to generate.