From 131112390e7ac4934fec252f71f2c56a8de8bea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Fri, 2 Nov 2018 22:00:04 +0000 Subject: [PATCH] readme: remove missing references to link:configure --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index ab42250..0ed06e7 100644 --- a/README.adoc +++ b/README.adoc @@ -10721,7 +10721,7 @@ gem5: We tend to test this repo the most on the latest Ubuntu and on the latest Ubuntu LTS. -For other Linux distros, everything will likely also just work if you install the analogous required packages for your distro, just have a look at: link:configure[]. Reports and `./configure` ports are welcome and will be merged. +For other Linux distros, everything will likely also just work if you install the analogous required packages for your distro, just have a look at: link:download-dependencies[]. `./download-dependencies` ports to new systems are welcome and will be merged. If something does not work however, <> should just work on any Linux distro. @@ -10992,7 +10992,7 @@ git -C "$(./getvar linux_src_dir)" checkout - ./run --linux-build-id v4.16 .... -The `git fetch --unshallow` is needed the first time because link:configure[] only does a shallow clone of the Linux kernel to save space and time, see also: https://stackoverflow.com/questions/6802145/how-to-convert-a-git-shallow-clone-to-a-full-clone +The `git fetch --unshallow` is needed the first time because link:download-dependencies[] only does a shallow clone of the Linux kernel to save space and time, see also: https://stackoverflow.com/questions/6802145/how-to-convert-a-git-shallow-clone-to-a-full-clone The `--linux-build-id` option should be passed to all scripts that support it, much like `--arch` for the <>, e.g. to step debug: