[Midnightbsd-cvs] src: src/bin: Temporarily back out the mksh change.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Mar 30 11:33:06 EDT 2009


Log Message:
-----------
Temporarily back out the mksh change.  This kills buildworld too.  We need to evaluate the sitatuation before proceeding.

Modified Files:
--------------
    src/bin:
        Makefile (r1.12 -> r1.13)
    src/bin/mksh:
        Makefile (r1.7 -> r1.8)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/src/bin/Makefile,v
retrieving revision 1.12
retrieving revision 1.13
diff -L bin/Makefile -L bin/Makefile -u -r1.12 -r1.13
--- bin/Makefile
+++ bin/Makefile
@@ -39,6 +39,7 @@
 	${_rmail} \
 	rmdir \
 	setfacl \
+	sh \
 	sleep \
 	stty \
 	sync \
Index: Makefile
===================================================================
RCS file: /home/cvs/src/bin/mksh/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -L bin/mksh/Makefile -L bin/mksh/Makefile -u -r1.7 -r1.8
--- bin/mksh/Makefile
+++ bin/mksh/Makefile
@@ -29,7 +29,8 @@
 
 LINKS=	${BINDIR}/mksh ${BINDIR}/rksh
 LINKS+=	${BINDIR}/mksh ${BINDIR}/ksh
-LINKS+=	${BINDIR}/mksh ${BINDIR}/sh
-MLINKS=	mksh.1 rksh.1 mksh.1 ulimit.1 mksh.1 ksh.1 mksh.1 sh.1
+#LINKS+=	${BINDIR}/mksh ${BINDIR}/sh
+MLINKS=	mksh.1 rksh.1 mksh.1 ulimit.1 mksh.1 ksh.1 
+#mksh.1 sh.1
 
 .include <bsd.prog.mk>


More information about the Midnightbsd-cvs mailing list