On Wed, 11 Nov 2020 11:53:39 GMT, Aleksey Shipilev <sh...@openjdk.org> wrote:

>> doc/building.md line 1100:
>> 
>>> 1098:   
>>> --include=fakeroot,symlinks,build-essential,libx11-dev,libxext-dev,libxrender-dev,libxrandr-dev,libxtst-dev,libxt-dev,libcups2-dev,libfontconfig1-dev,libasound2-dev,libfreetype6-dev,libpng-dev
>>>  \
>>> 1099:   --resolve-deps \
>>> 1100:   buster \
>> 
>> I'm guessing `--resolve-deps buster` is the full option; if so, it should be 
>> on a single line, otherwise it reads very strange.
>
> Not really: `buster` is the `SUITE`, it is the argument on its own.

Correct, ```buster``` is the suite (= Debian release).

You might want to use ```stable``` instead of ```buster```, then you don't need 
to adjust that part all the time as ```buster``` is a symlink to ```buster``` 
on the Debian FTP servers.

-------------

PR: https://git.openjdk.java.net/jdk/pull/1160

Reply via email to