remove utimes() workarounds

With the addition of utimes(), we can remove the workarounds
and use the original NetBSD code for timestamping files.

Also restore use of -p & -r for install while building
This commit is contained in:
Thomas Cort
2013-04-10 10:41:57 +00:00
committed by Ben Gras
parent 3ae6c600a9
commit a0a1440a52
13 changed files with 9 additions and 118 deletions

View File

@@ -1053,16 +1053,12 @@ MKTRACE:= no
# install(1) parameters.
#
COPY?= -c
.if ${HOST_OSTYPE:C/\-.*//} != "Minix"
.if ${MKUPDATE} == "no"
PRESERVE?=
.else
#LSC: Not supported by MINIX install
PRESERVE?= -p
.endif
#XXX: Not supported by MINIX install
RENAME?= -r
.endif # != "Minix"
HRDLINK?= -l h
SYMLINK?= -l s