From afea18984e04fe682178b2ebe4695721b713a438 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Mon, 5 Jun 2023 03:47:00 -0400 Subject: [PATCH] {go1.17,openjdk{7,9,10}}-bootstrap: remove install message not very useful now that it's tucked away in the bootstrap repo --- srcpkgs/go1.17-bootstrap/INSTALL.msg | 4 ---- srcpkgs/openjdk10-bootstrap/INSTALL.msg | 4 ---- srcpkgs/openjdk7-bootstrap/INSTALL.msg | 4 ---- srcpkgs/openjdk9-bootstrap/INSTALL.msg | 4 ---- 4 files changed, 16 deletions(-) delete mode 100644 srcpkgs/go1.17-bootstrap/INSTALL.msg delete mode 100644 srcpkgs/openjdk10-bootstrap/INSTALL.msg delete mode 100644 srcpkgs/openjdk7-bootstrap/INSTALL.msg delete mode 100644 srcpkgs/openjdk9-bootstrap/INSTALL.msg diff --git a/srcpkgs/go1.17-bootstrap/INSTALL.msg b/srcpkgs/go1.17-bootstrap/INSTALL.msg deleted file mode 100644 index 142aeabbc1b..00000000000 --- a/srcpkgs/go1.17-bootstrap/INSTALL.msg +++ /dev/null @@ -1,4 +0,0 @@ -This is a copy of the official Go language toolchain binaries as provided by -the project on its download page. Please do keep in mind that it is almost -definitely not what you want to use and exists purely for the purpose of -bootstrapping the official compiler package (called simply 'go'). diff --git a/srcpkgs/openjdk10-bootstrap/INSTALL.msg b/srcpkgs/openjdk10-bootstrap/INSTALL.msg deleted file mode 100644 index 68b0c0124ad..00000000000 --- a/srcpkgs/openjdk10-bootstrap/INSTALL.msg +++ /dev/null @@ -1,4 +0,0 @@ -This is a bootstrap compiler, which means it's not intended for ordinary usage -but rather only to compile the toolchain. In this case, it's the OpenJDK 11 -toolchain, which needs OpenJDK 10 or newer to build itself. Please do not use -this package as your Java implementation. diff --git a/srcpkgs/openjdk7-bootstrap/INSTALL.msg b/srcpkgs/openjdk7-bootstrap/INSTALL.msg deleted file mode 100644 index e14fdca0d80..00000000000 --- a/srcpkgs/openjdk7-bootstrap/INSTALL.msg +++ /dev/null @@ -1,4 +0,0 @@ -This is a bootstrap compiler, which means it's not intended for ordinary usage -but rather only to compile the toolchain. In this case, it's the OpenJDK 8 -toolchain, which needs OpenJDK 7 or newer to build itself. Please do not use -this package as your Java implementation. diff --git a/srcpkgs/openjdk9-bootstrap/INSTALL.msg b/srcpkgs/openjdk9-bootstrap/INSTALL.msg deleted file mode 100644 index f33a40ba677..00000000000 --- a/srcpkgs/openjdk9-bootstrap/INSTALL.msg +++ /dev/null @@ -1,4 +0,0 @@ -This is a bootstrap compiler, which means it's not intended for ordinary usage -but rather only to compile the toolchain. In this case, it's the OpenJDK 10 -toolchain, which needs OpenJDK 9 or newer to build itself. Please do not use -this package as your Java implementation.