Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/usr.bin/make
> Modified Files:
> src/usr.bin/make: job.c main.c make.h
>
> Log Message:
> Just because $TMPDIR is set does not mean it is valid.
> Add a central function for creating temp files so we have one place to
> audit.
This breaks build.sh when bootstrapping nbmake on linux:
cc -O -o nbmake *.o
main.o: In function `mkTempFile':
main.c:(.text+0x618): undefined reference to `strlcpy'
collect2: ld returned 1 exit status
ERROR: Build of nbmake failed
*** BUILD ABORTED ***
Home |
Main Index |
Thread Index |
Old Index