From 943522818291869953657ce12e96f229dba03601 Mon Sep 17 00:00:00 2001 From: brian Date: Thu, 20 May 2004 19:18:06 -0700 Subject: [PATCH] use nestedvm.busyboxhack in busyboxtest darcs-hash:20040521021806-24bed-a9386cafb1f0641b55579deae0f2dabd564a9dcb.gz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4