Radix cross Linux Build System

Cross-platform build system is designed to build distributions of different operating systems for a set of target devices

74 Commits   2 Branches   2 Tags
Index: README.md
===================================================================
--- README.md	(revision 51)
+++ README.md	(revision 52)
@@ -1,5 +1,5 @@
 
-# [Build System](https://radix.pro/build-system/)
+# [Build System](https://radix-linux.su/build-system/)
 
 **Build System** is a set of Makefiles and utilities organized within one directory which is mounted
 into the source tree of the developed product.
@@ -9,7 +9,7 @@
 > distributive.
 
 The fundamental principle of **Build System** is described in the
-[Build System Internals](https://radix.pro/build-system/internals/#fundamental_principle) section and
+[Build System Internals](https://radix-linux.su/build-system/internals/#fundamental_principle) section and
 in the [doc/PRINCIPLE*](doc/PRINCIPLE.md) files of this repository.
 
 
@@ -23,9 +23,9 @@
 
 ## Quick start
 
-All steps described below are considered in the [Build System in Practice](https://radix.pro/build-system/practice/)
-section on the main [Radix.pro](https://radix.pro) site. To create first package using
-[Build System](https://radix.pro/build-system/) we have to perform following steps:
+All steps described below are considered in the [Build System in Practice](https://radix-linux.su/build-system/practice/)
+section on the main [radix-linux.su](https://radix-linux.su) site. To create first package using
+[Build System](https://radix-linux.su/build-system/) we have to perform following steps:
 
 * [Install CCACHE](#user-content-install-ccache)
 * [Getting Toolchains](#user-content-getting-toolchains)
@@ -37,7 +37,7 @@
 To speed up the building process we strongly recommend to set up **CCACHE**(**1**) utility. Almost all **Linux**
 distributions have this utility by default.
 
-We described **CCACHE** setup process in the [Build System Overview](https://radix.pro/build-system/overview/#ccache)
+We described **CCACHE** setup process in the [Build System Overview](https://radix-linux.su/build-system/overview/#ccache)
 section and here we have to notice that the directory */opt/extra/ccache* is a default place of the **CCACHE** data.
 If you want to use another directory for **CCACHE** data then you have to change the value of **CACHED_CC_OUTPUT**
 variable in the [constants.mk](constants.mk) file. Of course all developers should to have permissions to access
@@ -75,7 +75,7 @@
 
 ```Bash
 $ cd /opt/toolchain
-$ wget ftp://ftp.radix.pro/toolchains/x86_64/1.7.0/arm-RK328X-linux-glibc-1.7.0.tar.gz
+$ wget ftp://ftp.radix-linux.su/toolchains/x86_64/1.7.0/arm-RK328X-linux-glibc-1.7.0.tar.gz
 $ tar xzf arm-RK328X-linux-glibc-1.7.0.tar.gz
 ```
 
@@ -101,7 +101,7 @@
 ```
 
 At this stage we do not want to create a new package from scratch and consider a complete package from
-[Radix cross Linux](https://csvn.radix.pro/radix/system/) repository. Let it be **pkgtools**. The **pkgtools** -
+[Radix cross Linux](https://csvn.radix-linux.su/radix/system/) repository. Let it be **pkgtools**. The **pkgtools** -
 is a base package which does not require the downloading any sources as they already present in the
 **build system**. In addition, **pkgtools** does not depend on any packages in the system and we
 already have all needed tools presented on the developer's machine.
@@ -109,7 +109,7 @@
 So, to obtain the necessary files we have to check out */base* directory from repository:
 
 ```Bash
-$ svn co svn://svn.radix.pro/radix/system/trunk/base base
+$ svn co svn://svn.radix-linux.su/radix/system/trunk/base base
 ```
 
 Let's change current directory to *base/pkgtool*:
@@ -159,14 +159,14 @@
 $
 ```
 
-This process considered in more details in the [Build System in Practice](https://radix.pro/build-system/practice/#first_package)
-section at the main [Radix.pro](https://radix.pro/) site.
+This process considered in more details in the [Build System in Practice](https://radix-linux.su/build-system/practice/#first_package)
+section at the main [radix-linux.su](https://radix-linux.su/) site.
 
 
 ## Documentation
 
-**Build System**'s documentation is present on the main [Radix.pro](https://radix.pro) site
-in the [Build System](https://radix.pro/build-system) section.
+**Build System**'s documentation is present on the main [radix-linux.su](https://radix-linux.su) site
+in the [Build System](https://radix-linux.su/build-system) section.
 
 
 ## Community
@@ -173,7 +173,7 @@
 
 Get updates on **Build System**'s development and chat with the project maintainers and community members.
 
-* Read and subscribe to [The Official Radix.pro Blog](https://radix.pro/blog/).
+* Read and subscribe to [The Official radix-linux.su Blog](https://radix-linux.su/blog/).
 * Follow [Radix cross Linux on VKontakte](https://vk.com/rclinux).
 
 
@@ -183,10 +183,10 @@
 **Build System** is maintained under [the Semantic Versioning guidelines](http://semver.org/)
 excluding additional labels such as pre-release suffixes. 
 
-See [the Versioning section](https://radix.pro/build-system/overview/#versioning) on the main
-[Radix.pro](https://radix.pro) site.
+See [the Versioning section](https://radix-linux.su/build-system/overview/#versioning) on the main
+[radix-linux.su](https://radix-linux.su) site.
 
-Release announcement posts will be available on [the Official Radix.pro Blog](https://radix.pro/blog/) and
+Release announcement posts will be available on [the Official radix-linux.su Blog](https://radix-linux.su/blog/) and
 on the [Community](#user-content-community) sites.
 
 
@@ -193,4 +193,4 @@
 ## Copyright and license
 
 Code and documentation copyright 2009-2023 Andrey V. Kosteltsev.
-Code and documentation released under [the **Radix.pro** License](LICENSE).
+Code and documentation released under [the **radix-linux.su** License](LICENSE).