From: brian Date: Fri, 21 May 2004 02:18:06 +0000 (-0700) Subject: use nestedvm.busyboxhack in busyboxtest X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=commitdiff_plain;h=943522818291869953657ce12e96f229dba03601 use nestedvm.busyboxhack in busyboxtest darcs-hash:20040521021806-24bed-a9386cafb1f0641b55579deae0f2dabd564a9dcb.gz --- diff --git a/Makefile b/Makefile index baabb85..885c1c3 100644 --- a/Makefile +++ b/Makefile @@ -314,7 +314,7 @@ build/tests/BusyBox.mips: $(mips_objects) $(tasks)/build_busybox cp upstream/build/busybox/busybox $@ busyboxtest: build/tests/BusyBox.class - $(JAVA) -cp $(classpath) tests.BusyBox ash + $(JAVA) -Dnestedvm.busyboxhack=true -cp $(classpath) tests.BusyBox ash # # Boehm GC