Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Nov 2002 12:11:55 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 20929 for review
Message-ID:  <200211102011.gAAKBt6h062921@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=20929

Change 20929 by jmallett@jmallett_dalek on 2002/11/10 12:11:45

	Remove the symlinking from <platform> to <machine> in userland, as it
	breaks mkioctl, which picks up headers twice then, unless there is a
	real <platform>.

Affected files ...

.. //depot/projects/mips/include/Makefile#7 edit

Differences ...

==== //depot/projects/mips/include/Makefile#7 (text+ko) ====

@@ -101,8 +101,6 @@
 	cd ${.CURDIR}/../sys/${MACHINE_ARCH}/${MACHINE}; \
 		${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
 		${DESTDIR}/usr/include/platform
-.else
-	ln -s machine ${DESTDIR}/usr/include/platform
 .endif
 .if exists(${.CURDIR}/../sys/${MACHINE_ARCH}/include)
 	cd ${.CURDIR}/../sys/${MACHINE_ARCH}/include; \
@@ -130,8 +128,6 @@
 	rm -rf ${DESTDIR}/usr/include/platform
 .if ${MACHINE_ARCH} != ${MACHINE} && exists(../../sys/${MACHINE_ARCH}/${MACHINE})
 	ln -s ../../sys/${MACHINE_ARCH}/${MACHINE} ${DESTDIR}/usr/include/platform
-.else
-	ln -s machine ${DESTDIR}/usr/include/platform
 .endif
 	rm -rf ${DESTDIR}/usr/include/machine
 	ln -s ../../sys/${MACHINE_ARCH}/include ${DESTDIR}/usr/include/machine

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211102011.gAAKBt6h062921>