X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=Makefile;h=f0212b10157d3c1c9c29d8172f265014f91f4338;hp=f37b90df0fe2346a85e0f35d94b40dd405c63028;hb=28768566741750d4453d00e3355b878427ba7bb3;hpb=fcf3d45c488118a7eb33839c5f90309579454009 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"