CVSROOT:        /cvs
Module name:    src
Changes by:     es...@cvs.openbsd.org   2013/04/23 08:32:53

Modified files:
        usr.bin/make   : Makefile arch.c arch.h compat.c cond.c dir.c 
                         dir.h dump.c engine.c generate.c gnode.h make.c 
                         memory.c suff.c targ.c targ.h targequiv.c 
                         timestamp.c timestamp.h var.c 
Removed files:
        usr.bin/make   : timestamp_t.h 

Log message:
remove TIMESTAMP abstraction layer, prodded by theo.
while there, clean up includes.
use strtoll for ar timestamps (pretty much unused in reality, more
standard conforming than anything)

use idea from Todd to adapt to time_t being 32 bits OR 64 bits
(pedantically correct: INT_MIN would work just fine up to 1910 or so...)

okay millert@, gone thru a make build.

Reply via email to