summaryrefslogtreecommitdiff
path: root/xibuild/build_profile
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-03-05 11:07:22 +0000
committerdavidovski <david@davidovski.xyz>2022-03-05 11:07:22 +0000
commitd1554844d27bd6f623f2161ce8ae3b202ec88737 (patch)
tree9a70b9b922b509b1cbe75adb2946628ebf7b2029 /xibuild/build_profile
parent3d3511a9ce2eba02b4156618922b2ded02272307 (diff)
added local files
Diffstat (limited to 'xibuild/build_profile')
-rw-r--r--xibuild/build_profile6
1 files changed, 6 insertions, 0 deletions
diff --git a/xibuild/build_profile b/xibuild/build_profile
index 2129265..dd25cd0 100644
--- a/xibuild/build_profile
+++ b/xibuild/build_profile
@@ -1,3 +1,9 @@
+apply_patches () {
+ for p in *.patch; do
+ echo "Applying $p"
+ patch -Np1 -i $p
+ done
+}
export JOBS=$(grep "processor" /proc/cpuinfo | wc -l)
export HOME=/root