From 365adc55735352c8fbcb5870096c88b8d21fd7fd Mon Sep 17 00:00:00 2001 From: Ludovic Bellier Date: Mon, 11 Apr 2022 14:13:10 +0000 Subject: [PATCH] Remove reference to 99-makeflags.sh See [#180 issue](https://github.com/Qubes-Community/Contents/issues/180) --- docs/building/building-archlinux-template.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/building/building-archlinux-template.md b/docs/building/building-archlinux-template.md index 86b883c..cbecec4 100644 --- a/docs/building/building-archlinux-template.md +++ b/docs/building/building-archlinux-template.md @@ -9,15 +9,6 @@ Guide status: ## Steps ### 1. Open a non-root ($) terminal in the 'fedora-34' TemplateVM. -> **How to see whether the `'GNUMAKEFLAGS'` or `'MAKEFLAGS'` environment variable is used: \ -`$ strings /usr/bin/make | grep MAKEFLAGS` \ -GNU Make's `-l` set to same value as `-j` prevents CPU overcommitment.** - -* `#`Edit: `/etc/profile.d/99-makeflags.sh` -```sh -export GNUMAKEFLAGS="-j$(nproc) -l$(nproc)" -export MAKEFLAGS="-j$(nproc) -l$(nproc)" -``` > **The StandaloneVM type cannot build the Arch Linux (minimal or not) template currently, as its Makefiles and Scripts only fully accomodate for the AppVM type's set of filesystem permissions.** ![arch-template-01](/attachment/wiki/ArchlinuxTemplate/arch-template-01.png)