Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: 119.0.6026.1/Makefile
===================================================================
--- 119.0.6026.1/Makefile	(revision 193)
+++ 119.0.6026.1/Makefile	(revision 194)
@@ -166,7 +166,7 @@
 env_sysroot = DESTDIR=$(CHROMIUM_PKG)
 
 
-JOBS := $(shell echo 'if( $(NUMPROCS) > 2) { $(NUMPROCS) / 2 } else { 1 }' | bc)
+JOBS := $(shell echo 'if( $(NUMPROCS) > 4) { $(NUMPROCS) / 4 } else { if( $(NUMPROCS) > 2) { $(NUMPROCS) / 2 } else { 1 } }' | bc)
 NINJA_JOBS := -j$(JOBS) -l$(JOBS)