From: Arnaud Tournier <arnaud.tourn...@stack-labs.com>
Committer: Nadav Har'El <n...@scylladb.com>
Branch: master

fix GraalVM example Makefile

---
diff --git a/graalvm-example/Makefile b/graalvm-example/Makefile
--- a/graalvm-example/Makefile
+++ b/graalvm-example/Makefile
@@ -2,10 +2,10 @@ module: hello
 
 include common.gmk
 
-Hello.class: Hello.java upstream/graalvm-ce-java11-$(GRAAL_VERSION)
+Hello.class: Hello.java $(app-dir)/upstream/graalvm-ce-java11-$(GRAAL_VERSION)
        upstream/graalvm-ce-java11-$(GRAAL_VERSION)/bin/javac -d . Hello.java
 
-hello: Hello.class upstream/graalvm-ce-java11-$(GRAAL_VERSION)/bin/native-image
+hello: Hello.class 
$(app-dir)/upstream/graalvm-ce-java11-$(GRAAL_VERSION)/bin/native-image
        upstream/graalvm-ce-java11-$(GRAAL_VERSION)/bin/native-image 
--no-server Hello
 
 clean:

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/osv-dev/000000000000dcf550059d0c0652%40google.com.

Reply via email to