From fe297468611eecdbc52d6dd9256284d572d1009b Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Thu, 28 Jun 2012 16:25:19 -0400 Subject: Remove unneeded commands Some mkdir/path commands were cut-n-pasted from stage1, but they do nothing in stage2 so remove them --- stage2 | 4 ---- 1 file changed, 4 deletions(-) (limited to 'stage2') diff --git a/stage2 b/stage2 index b249576..32f19a7 100755 --- a/stage2 +++ b/stage2 @@ -112,12 +112,8 @@ mkdirp() test -d $1 || mkdir -p $1 } -mkdirp $ROOTFS -mkdirp $PREFIX mkdirp $BUILDDIR -export PATH=$PREFIX/bin:$PATH - go() { "$0" "$@" -- cgit