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: core.mk
===================================================================
--- core.mk	(revision 61)
+++ core.mk	(revision 62)
@@ -1085,6 +1085,7 @@
 local_rootfs_clean:
 endif
 
+.NOTPARALLEL: .toolchain
 .toolchain:
 ifneq ($(TOOLCHAIN_PATH),)
 ifeq ($(wildcard $(TOOLCHAIN_PATH)),)