From 7dc231124dbafdca7f6cca6aef51a38c1f74f94b Mon Sep 17 00:00:00 2001 From: Debian LibreOffice Maintainers Date: Sat, 28 Mar 2020 05:53:24 +0000 Subject: [PATCH] no-check-if-root Gbp-Pq: Name no-check-if-root.diff --- Makefile.in | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Makefile.in b/Makefile.in index 50b995df749..2d180bc8a10 100644 --- a/Makefile.in +++ b/Makefile.in @@ -59,14 +59,6 @@ else # MAKE_RESTARTS all: build -check-if-root: - @if test ! `uname` = 'Haiku' -a `id -u` = 0 && ! grep -q 'lxc\|docker' /proc/self/cgroup; then \ - echo; \ - echo 'Building LibreOffice as root is a very bad idea, use a regular user.'; \ - echo; \ - exit 1; \ - fi - gb_Side ?= host include $(BUILDDIR)/config_$(gb_Side).mk @@ -268,7 +260,7 @@ endif # # Bootstrap # -bootstrap: check-if-root compilerplugins +bootstrap: compilerplugins # # Build -- 2.30.2