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 
     5         kx # local config & object files
     5         kx build-config.mk
     5         kx sbin
     5         kx usr
     5         kx var
     5         kx 
     5         kx # configure targets
     5         kx autom4te.cache
     5         kx .config
     5         kx config.log
     5         kx config.status
     5         kx configure
     5         kx 
     5         kx # cpan configure targets
     5         kx .installed
     5         kx CPAN-Config.pm
     5         kx CPAN-install
     5         kx 
     5         kx # Target build dirs
     5         kx .build-machine
     5         kx 
     5         kx # Timestamps
     5         kx .makefile
     5         kx 
     5         kx # src & hw requires
     5         kx .src_requires
     5         kx .src_requires_depend
     5         kx 
     5         kx # Tarballs
     5         kx *.gz
     5         kx *.bz2
     5         kx *.lz
     5         kx *.xz
     5         kx *.tgz
     5         kx *.txz
     5         kx 
     5         kx # Signatures
     5         kx *.asc
     5         kx *.sig
     5         kx *.sign
     5         kx *.sha1sum
     5         kx 
     5         kx # Patches
     5         kx *.patch
     5         kx 
     5         kx # Object Files
     5         kx *.[ao]
     5         kx 
     5         kx # backup copies
     5         kx *~