ftp put doesn't cleanly truncate and overwrite a file.
This commit is contained in:
parent
5ae4dd1123
commit
2e6a509cee
|
@ -91,17 +91,3 @@ symlinks:
|
|||
ln -s /sys/${MACHINE}/include ${DESTDIR}/usr/include/machine
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
de ${DESTDIR}/usr/include/machine
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
nks: ${LDIRS}
|
||||
@for i in ${LDIRS}; do \
|
||||
rm -rf ${DESTDIR}/usr/include/$$i; \
|
||||
ln -s /sys/$$i ${DESTDIR}/usr/include/$$i; \
|
||||
chown ${BINOWN}.${BINGRP} ${DESTDIR}/usr/include/$$i; \
|
||||
done
|
||||
rm -rf ${DESTDIR}/usr/include/machine
|
||||
ln -s /sys/${MACHINE}/include ${DESTDIR}/usr/include/machine
|
||||
chown ${BINOWN}.${BINGRP} ${DESTDIR}/usr/include/machine
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# @(#)Makefile 2.3 88/08/11 4.0 RPCSRC
|
||||
#
|
||||
# $Header: /cvsroot/src/include/rpcsvc/Attic/Makefile,v 1.4 1993/05/06 02:23:15 proven Exp $
|
||||
# $Header: /cvsroot/src/include/rpcsvc/Attic/Makefile,v 1.5 1993/05/06 13:28:50 proven Exp $
|
||||
#
|
||||
|
||||
.SUFFIXES: .x
|
||||
|
@ -38,4 +38,3 @@ install: all
|
|||
@PWD=`pwd` ; cd ${.CURDIR} ; ${RPCCOM} -h $*.x -o $$PWD/$@
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
mk>
|
||||
|
|
Loading…
Reference in New Issue