Radix cross Linux Build System

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

39 Commits   2 Branches   2 Tags
Index: .config.in
===================================================================
--- .config.in	(nonexistent)
+++ .config.in	(revision 5)
@@ -0,0 +1,16 @@
+
+LN      := @LN@
+LN_S    := @LN_S@
+PWD_P   := @PWD_P@
+SED     := @SED@
+TAR     := @TAR@
+BASH    := @BASH@
+AWK     := @AWK@
+BISON   := @BISON@
+MKE4FS  := @MKE4FS@
+E4FSCK  := @E4FSCK@
+MKDOSFS := @MKDOSFS@
+DOSFSCK := @DOSFSCK@
+MCOPY   := @MCOPY@
+MMD     := @MMD@
+DD      := @DD@