From f6d5303e022a1d11bdf16279bb82aabd7c48427e Mon Sep 17 00:00:00 2001
From: silverwind <me@silverwind.io>
Date: Thu, 30 Jul 2020 23:21:59 +0200
Subject: [PATCH] Add note to README about make parallelism (#12378)

Alternative to https://github.com/go-gitea/gitea/pull/12367
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 7b5c8406b3..e46ae4cd1a 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,8 @@ If pre-built frontend files are present it is possible to only build the backend
 
 		TAGS="bindata" make backend
 
+Parallelism is not supported for these targets, so please don't include `-j <num>`.
+
 More info: https://docs.gitea.io/en-us/install-from-source/
 
 ## Using