aboutsummaryrefslogtreecommitdiff
path: root/BUILD_HOWTO
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2019-04-15 22:06:44 -0400
committerAndrew Robbins <contact@andrewrobbins.info>2019-04-15 22:06:44 -0400
commitb413ddcadf0de97e5f90b1ccddf4543eaad05c38 (patch)
tree61a2ffa0361dee17a8065f3bb9419e43ed54e633 /BUILD_HOWTO
parentd9e71bc806c45fb7662ee6b8b89b6705b96c2455 (diff)
downloadlibrebootfr-b413ddcadf0de97e5f90b1ccddf4543eaad05c38.tar.gz
librebootfr-b413ddcadf0de97e5f90b1ccddf4543eaad05c38.zip
BUILD_HOWTO: Remove references to Paper
This fork of Paper is simply called the "Libreboot build system". Addresses issue #613
Diffstat (limited to 'BUILD_HOWTO')
-rw-r--r--BUILD_HOWTO22
1 files changed, 12 insertions, 10 deletions
diff --git a/BUILD_HOWTO b/BUILD_HOWTO
index deb73da4..03f26bdd 100644
--- a/BUILD_HOWTO
+++ b/BUILD_HOWTO
@@ -1,22 +1,24 @@
-Paper Build System
-==================
+Libreboot Build System
+======================
Entry Point
-----------
-The entry point for using the paper build system is the main script in the root
-directory, named after the build system (paper, libreboot, etc).
-Running the main script with no argument will show its general usage.
+The entry point for the Libreboot build system is the main script in the root
+directory named "libreboot". Running this script with no argument will show
+its general usage.
Configuration
-------------
-The paper build system can be configured with a script named after the build
-system (paper, libreboot, etc) with a ".conf" suffix. It is automatically loaded
-by the build system when running the main script.
+The build system can be configured with a script named "libreboot.conf" which
+must be located in the root directory.
-It contains environment variables assigned to the desired values. The list of
-environment variables is shown in the main script's general usage.
+Typical usage of this file is for assigning environment variables. The list
+of environment variables is shown in the main script's general usage.
+
+Since this file is sourced by the build system after libraries are loaded it
+can also be used to override any of their functions or variables.
Project and Tool Targets
------------------------