From 2aeeeb1e851cf2068858491fc7d27a05ff57ca6d Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 5 Aug 2008 00:44:22 +0200 Subject: [PATCH] cleanup: no cd needed Signed-off-by: Nico Schottelius --- linux/build-install-grub.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/linux/build-install-grub.sh b/linux/build-install-grub.sh index 391feae..d1a1982 100755 --- a/linux/build-install-grub.sh +++ b/linux/build-install-grub.sh @@ -18,16 +18,12 @@ # along with nsbin. If not, see . # -builddir="$HOME/build/linux-nico" -date="$(date +%Y%m%d)" - # comment out on single cpu systems parallel="-j8" ( set -e set -x - cd "$builddir" # clean make $parallel clean @@ -49,5 +45,3 @@ parallel="-j8" echo "Reboot should reboot to $version now ..." ) - -