From: David Crawshaw Date: Wed, 22 Nov 2006 21:04:39 +0000 (-0800) Subject: mark env.sh executable X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=commitdiff_plain;h=28768566741750d4453d00e3355b878427ba7bb3;ds=sidebyside mark env.sh executable darcs-hash:20061122210439-0c629-a422d7ee0cd80d7789d20b0212da40f9b58809ae.gz --- diff --git a/Makefile b/Makefile index f37b90d..f0212b1 100644 --- a/Makefile +++ b/Makefile @@ -191,6 +191,7 @@ env.sh: Makefile $(tasks)/build_gcc $(tasks)/build_libc build/org/ibex/nestedvm/ @echo 'CXXFLAGS="$(mips_optflags)"; export CXXFLAGS' >> $@~ @echo 'LDFLAGS="$(MIPS_LDFLAGS)"; export LDFLAGS' >> $@~ @echo 'CLASSPATH=$(mips2java_root)/build:$(mips2java_root)/upstream/build/classgen/build:.; export CLASSPATH' >> $@~ + @chmod a+x "$@~" @mv "$@~" "$@" @echo "$@ created successfully"