[rtems-libbsd commit] libbsd.txt: Move buildsets description

Sebastian Huber sebh at rtems.org
Wed May 25 05:25:13 UTC 2022


Module:    rtems-libbsd
Branch:    master
Commit:    8d74437b7810aa891070f6754a64b97189da4075
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=8d74437b7810aa891070f6754a64b97189da4075

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon May 23 10:00:45 2022 +0200

libbsd.txt: Move buildsets description

---

 README.rst | 12 ++++++++++++
 libbsd.txt | 13 -------------
 2 files changed, 12 insertions(+), 13 deletions(-)

diff --git a/README.rst b/README.rst
index 75ce6dc5..8e584266 100644
--- a/README.rst
+++ b/README.rst
@@ -147,6 +147,18 @@ If you have a few source trees working at any one time with different tool sets
 or configurations you can easly move between them safe in the knowledge that
 one build will not infect another.
 
+Buildsets
+=========
+
+Note that the LibBSD supports different buildsets.  These can be selected with
+the ``--buildset=some.ini`` option during the configure phase.  Take a look at
+the comments in ``buildset/*.ini`` to see which build sets are officially
+supported.
+
+You can also create and provide your own buildset configuration. But remember
+that it's quite easy to break something by disabling the wrong modules.  Only
+the configurations in the ``buildset`` directory are officially maintained.
+
 Branches
 ========
 
diff --git a/libbsd.txt b/libbsd.txt
index 7f03d69f..631acb80 100644
--- a/libbsd.txt
+++ b/libbsd.txt
@@ -7,19 +7,6 @@ RTEMS BSD Library Guide
 
 == Getting Started
 
-=== BSD Library Configuration and Build ===
-
-The build system based on the Waf build system. To build with Waf please refer
-to the README.waf file.
-
-Note that the libbsd supports different buildsets. These can be selected with
-the `--buildset=xxx.ini` option during the configure phase. Take a look at the
-comments in `buildset/*.ini` to see which build sets are officially supported.
-
-You can also create and provide your own buildset configuration. But remember
-that it's quite easy to break something by disabling the wrong modules. Only the
-configurations in the `buildset` directory are officially maintained.
-
 ===== Example Configuration for Network Tests =====
 
 If you need some other IP configuration for the network tests that use a fixed



More information about the vc mailing list