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
     5         kx #!/bin/sh
     5         kx 
     5         kx module=$1
     5         kx 
     5         kx if [ -z "${module}" ] ; then
     5         kx   exit 0
     5         kx fi
     5         kx 
     5         kx CONFIG=@BUILDSYSTEM@/var/.cpan/CPAN/Config.pm
     5         kx 
     5         kx @BUILDSYSTEM@/usr/bin/cpan -T -j ${CONFIG} install ${module}