From f8e8dd827eb9005fcc3ba42fd0855729ef77d9fb Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 31 Jan 2018 15:08:46 +0100 Subject: [PATCH] Manual: Remove old cruft --- doc/manual/expressions/debug-build.xml | 34 --------------- .../expressions/simple-building-testing.xml | 2 - doc/manual/installation/installing-binary.xml | 10 ----- .../installation/supported-platforms.xml | 3 -- doc/manual/introduction/quick-start.xml | 2 +- doc/manual/manual.xml | 6 +-- .../troubleshooting/collisions-nixenv.xml | 38 ---------------- .../troubleshooting/links-nix-store.xml | 43 ------------------- .../troubleshooting/troubleshooting.xml | 16 ------- 9 files changed, 2 insertions(+), 152 deletions(-) delete mode 100644 doc/manual/expressions/debug-build.xml delete mode 100644 doc/manual/troubleshooting/collisions-nixenv.xml delete mode 100644 doc/manual/troubleshooting/links-nix-store.xml delete mode 100644 doc/manual/troubleshooting/troubleshooting.xml diff --git a/doc/manual/expressions/debug-build.xml b/doc/manual/expressions/debug-build.xml deleted file mode 100644 index 0c1f4e671..000000000 --- a/doc/manual/expressions/debug-build.xml +++ /dev/null @@ -1,34 +0,0 @@ -
- -Debugging Build Failures - -At the beginning of each phase of the build (such as unpacking, -building or installing), the set of all shell variables is written to -the file env-vars at the top-level build -directory. This is useful for debugging: it allows you to recreate -the environment in which a build was performed. For instance, if a -build fails, then assuming you used the flag, you -can go to the output directory and switch to the -environment of the builder: - - -$ nix-build -K ./foo.nix -... fails, keeping build directory `/tmp/nix-1234-0' - -$ cd /tmp/nix-1234-0 - -$ source env-vars - -(edit some files...) - -$ make - -(execution continues with the same GCC, make, etc.) - - - -
diff --git a/doc/manual/expressions/simple-building-testing.xml b/doc/manual/expressions/simple-building-testing.xml index bd3901a13..0348c082b 100644 --- a/doc/manual/expressions/simple-building-testing.xml +++ b/doc/manual/expressions/simple-building-testing.xml @@ -81,6 +81,4 @@ Just pass the option