rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / runtime / openjdk-11 / patches / make_install.patch
blob5b824b2dc678dee99fe6a557fc61007010cff06c
1 diff -Nru jdk17u-jdk-17.0.4-8.orig/make/Install.gmk jdk17u-jdk-17.0.4-8/make/Install.gmk
2 --- jdk17u-jdk-17.0.4-8.orig/make/Install.gmk 2022-08-16 18:22:12.399540371 +0000
3 +++ jdk17u-jdk-17.0.4-8/make/Install.gmk 2022-08-16 18:23:06.601016006 +0000
4 @@ -33,6 +33,9 @@
5 # Install the jdk image, in a very crude way. Not taking into
6 # account, how to install properly on macosx or windows etc.
7 install:
8 + echo Dummy
10 +installRude:
11 echo Installing jdk image into $(INSTALL_PREFIX)/jvm/$(INSTALLDIR)
12 echo and creating $(words $(BINARIES)) links from $(INSTALL_PREFIX)/bin into the jdk.
13 $(MKDIR) -p $(INSTALL_PREFIX)/jvm/$(INSTALLDIR)