Tue Oct 7 15:10:35 2008 UTC ()
Remove the definitions of BUILD_OSTYPE and BUILD_OSVERSION, which have
been unused since the TOOL_JOIN change made in revision 1.9.


(apb)
diff -r1.9 -r1.10 src/tools/lorder/Makefile

cvs diff -r1.9 -r1.10 src/tools/lorder/Makefile (expand / switch to unified diff)

--- src/tools/lorder/Makefile 2007/01/14 16:32:23 1.9
+++ src/tools/lorder/Makefile 2008/10/07 15:10:35 1.10
@@ -1,31 +1,28 @@ @@ -1,31 +1,28 @@
1# $NetBSD: Makefile,v 1.9 2007/01/14 16:32:23 apb Exp $ 1# $NetBSD: Makefile,v 1.10 2008/10/07 15:10:35 apb Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
5COMPATOBJ!= cd ${.CURDIR}/../compat && ${PRINTOBJDIR} 5COMPATOBJ!= cd ${.CURDIR}/../compat && ${PRINTOBJDIR}
6.-include "${COMPATOBJ}/defs.mk" 6.-include "${COMPATOBJ}/defs.mk"
7 7
8TIMESTAMP= ${TOOLDIR}/bin/${_TOOL_PREFIX}lorder 8TIMESTAMP= ${TOOLDIR}/bin/${_TOOL_PREFIX}lorder
9 9
10CLEANFILES+= lorder 10CLEANFILES+= lorder
11 11
12.PATH: ${.CURDIR}/../../usr.bin/lorder 12.PATH: ${.CURDIR}/../../usr.bin/lorder
13 13
14.include <bsd.hostprog.mk> 14.include <bsd.hostprog.mk>
15 15
16BUILD_OSTYPE!= uname -s 
17BUILD_OSVERSION!= uname -r | sed -e 's,\([0-9]*\.[0-9]*\).*,\1,' 
18 
19install: ${TIMESTAMP} 16install: ${TIMESTAMP}
20${TIMESTAMP}: lorder 17${TIMESTAMP}: lorder
21 ${HOST_INSTALL_FILE} -m ${BINMODE} ${.ALLSRC} ${.TARGET} 18 ${HOST_INSTALL_FILE} -m ${BINMODE} ${.ALLSRC} ${.TARGET}
22 19
23lorder: lorder.sh 20lorder: lorder.sh
24 sed -e "s,/bin/sh,"${HOST_BSHELL:Q}",g" \ 21 sed -e "s,/bin/sh,"${HOST_BSHELL:Q}",g" \
25 -e "s,{JOIN:=.*},{JOIN:="${TOOL_JOIN:Q}"}," \ 22 -e "s,{JOIN:=.*},{JOIN:="${TOOL_JOIN:Q}"}," \
26 -e "s,{MKTEMP:=.*},{MKTEMP:="${TOOL_MKTEMP:Q}"}," \ 23 -e "s,{MKTEMP:=.*},{MKTEMP:="${TOOL_MKTEMP:Q}"}," \
27 -e "s,{NM:=.*},{NM:="${NM:Q}"}," \ 24 -e "s,{NM:=.*},{NM:="${NM:Q}"}," \
28 -e "s,{SED:=.*},{SED:="${TOOL_SED:Q}"}," \ 25 -e "s,{SED:=.*},{SED:="${TOOL_SED:Q}"}," \
29 < ${.ALLSRC} > ${.TARGET} 26 < ${.ALLSRC} > ${.TARGET}
30 27
31realall: lorder 28realall: lorder