File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ BOOTDIR= ${LEVELDIR}/boot
1313DEFAULTDIR = ${LEVELDIR}/default
1414NONETWORKDIR = ${LEVELDIR}/nonetwork
1515SHUTDOWNDIR = ${LEVELDIR}/shutdown
16- SINGLEDIR = ${LEVELDIR}/single
1716
1817ifeq (${MKNET},yes)
1918BOOT+ = network staticroute
@@ -91,17 +90,13 @@ install:
9190fi ; \
9291ln -snf ${INITDIR} /" $$ x" ${SHUTDOWNDIR} /" $$ x" || exit $$? ; done \
9392fi
94- if ! test -d " ${SINGLEDIR} " ; then \
95- ${INSTALL} -d ${SINGLEDIR} || exit $$? ; \
96- fi
9793if test " ${MKSYSVINIT} " = yes && test " ${OS} " = Linux; then \
9894for x in tty1 tty2 tty3 tty4 tty5 tty6; do \
9995ln -snf ${INITDIR} /agetty ${DESTDIR} /${INITDIR} /" agetty.$$ x" || exit $$? ; \
10096done ; \
10197for x in tty1 tty2 tty3 tty4 tty5 tty6; do \
10298ln -snf ${INITDIR} /agetty.$$ x ${DEFAULTDIR} /" agetty.$$ x" || exit $$? ; \
10399done ; \
104- ln -snf ${INITDIR} /agetty.tty1 ${SINGLEDIR} /agetty.tty1 || exit $$? ; \
105100fi
106101
107102check test ::
You can’t perform that action at this time.
0 commit comments