[PATCH] JDK-8167368 Leftover: get_source.sh in build documentation (original) (raw)
Sergey merkel05 at gmail.com
Mon Nov 12 20:45:58 UTC 2018
- Previous message (by thread): RFR(S): 8213698: Improve devkit creation and add support for linux/ppc64/ppc64le/s390x
- Next message (by thread): [PATCH] JDK-8167368 Leftover: get_source.sh in build documentation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
I'm not sure if that's the right mailing list, however, I'll try. Recently, when I was taking a closer look at build documentation:
- doc/building.html
- doc/building.md
I've noticed there get_source.sh being mentioned. I believe that's a leftover of JEP-296 Consolidate JDK Forest into a Single Repository. I've made a trivial patch and want to contribute it. Please find it inlined below.
Thanks, Sergei
diff --git a/doc/building.html b/doc/building.html --- a/doc/building.html +++ b/doc/building.html @@ -784,7 +784,7 @@
Here are a suggested list of things to try if you are having unexpected build problems. Each step requires more time than the one before, so try them in order. Most issues will be solved at step 1 or 2.
Make sure your forest is up-to-date
-Run
bash get_source.sh
to make sure you have the latest version of all repositories.
+Clean build results
The simplest way to fix incremental rebuild issues is to run
make clean
. This will remove all build results, but not the configuration or any build system support artifacts. In most cases, this will solve build errors resulting from incremental build mismatches.Completely clean the build directory.
diff --git a/doc/building.md b/doc/building.md --- a/doc/building.md +++ b/doc/building.md @@ -1310,7 +1310,7 @@- Make sure your forest is up-to-date
- Run
bash get_source.sh
to make sure you have the latest version of
all
- Run
hg pull -u
to make sure you have the latest version of all repositories.
- Clean build results
- Previous message (by thread): RFR(S): 8213698: Improve devkit creation and add support for linux/ppc64/ppc64le/s390x
- Next message (by thread): [PATCH] JDK-8167368 Leftover: get_source.sh in build documentation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Run hg pull -u
to make sure you have the latest version of
all repositories.