cleanup: no cd needed

Signed-off-by: Nico Schottelius <nico@denkbrett.schottelius.org>
This commit is contained in:
Nico Schottelius 2008-08-05 00:44:22 +02:00
parent dffb11b447
commit 2aeeeb1e85
1 changed files with 0 additions and 6 deletions

View File

@ -18,16 +18,12 @@
# along with nsbin. If not, see <http://www.gnu.org/licenses/>. # along with nsbin. If not, see <http://www.gnu.org/licenses/>.
# #
builddir="$HOME/build/linux-nico"
date="$(date +%Y%m%d)"
# comment out on single cpu systems # comment out on single cpu systems
parallel="-j8" parallel="-j8"
( (
set -e set -e
set -x set -x
cd "$builddir"
# clean # clean
make $parallel clean make $parallel clean
@ -49,5 +45,3 @@ parallel="-j8"
echo "Reboot should reboot to $version now ..." echo "Reboot should reboot to $version now ..."
) )