PERFORCE change 31967 for review
Juli Mallett
jmallett at FreeBSD.org
Tue May 27 22:35:19 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=31967
Change 31967 by jmallett at jmallett_big-lizard on 2003/05/27 22:34:55
Try to catch up with recent IFC.
Affected files ...
.. //depot/projects/mips/include/Makefile#15 edit
Differences ...
==== //depot/projects/mips/include/Makefile#15 (text+ko) ====
@@ -141,23 +141,13 @@
ln -fs ../../../../../sys/$i/$$h ${DESTDIR}${INCLUDEDIR}/$i; \
done
.endfor
- rm -rf ${DESTDIR}/usr/include/machine
- ln -s ../../sys/${MACHINE_ARCH}/include ${DESTDIR}/usr/include/machine
-
-.include <bsd.prog.mk>
-
-installincludes: ${SHARED}
- cd ${.CURDIR}/../sys/opencrypto; \
- for h in *.h; do \
- ln -fs ../../../sys/opencrypto/$$h \
- ${DESTDIR}${INCLUDEDIR}/crypto; \
- done
.if ${MACHINE_ARCH} != ${MACHINE} && exists(${.CURDIR}/../sys/${MACHINE_ARCH}/${MACHINE})
cd ${.CURDIR}/../sys/${MACHINE_ARCH}/${MACHINE}; \
for h in *.h; do \
ln -fs ../../../sys/${MACHINE_ARCH}/${MACHINE}/$$h \
${DESTDIR}${INCLUDEDIR}/platform; \
done
+.endif
cd ${.CURDIR}/../sys/${MACHINE_ARCH}/include; \
for h in *.h; do \
ln -fs ../../../sys/${MACHINE_ARCH}/include/$$h \
More information about the p4-projects
mailing list