diff options
author | William Hubbs <william.hubbs@sony.com> | 2019-08-15 18:40:05 -0500 |
---|---|---|
committer | William Hubbs <william.hubbs@sony.com> | 2019-08-15 18:40:51 -0500 |
commit | c7000aeaabf34262375a2a96b5d5b8f7fcd8a793 (patch) | |
tree | eb0d016c03396fa368704e53bf269d3d73a697be /runlevels/Makefile | |
parent | 5c5129b534bd8a0ebd0e525c87241d6c6ef0ec8c (diff) |
optimize loops for installing gettys
Diffstat (limited to 'runlevels/Makefile')
-rw-r--r-- | runlevels/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runlevels/Makefile b/runlevels/Makefile index ebd89203..73843d8b 100644 --- a/runlevels/Makefile +++ b/runlevels/Makefile @@ -93,8 +93,6 @@ install: if test "${MKSYSVINIT}" = yes && test "${OS}" = Linux; then \ for x in tty1 tty2 tty3 tty4 tty5 tty6; do \ ln -snf ${INITDIR}/agetty ${DESTDIR}/${INITDIR}/"agetty.$$x" || exit $$?; \ - done; \ - for x in tty1 tty2 tty3 tty4 tty5 tty6; do \ ln -snf ${INITDIR}/agetty.$$x ${DEFAULTDIR}/"agetty.$$x" || exit $$?; \ done; \ fi |