projects
/
libreoffice.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f460679
)
no-check-if-root
author
Debian LibreOffice Maintainers
<debian-openoffice@lists.debian.org>
Sat, 31 May 2025 03:25:27 +0000
(
05:25
+0200)
committer
Daniel Leidert
<dleidert@debian.org>
Sat, 31 May 2025 03:25:27 +0000
(
05:25
+0200)
Gbp-Pq: Name no-check-if-root.diff
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 6af416b8a2f931d47ec425e9e90da764c198a93b..aba1c0649da5e98b34d2f6a762410c82e5564e92 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-58,14
+58,6
@@
else # MAKE_RESTARTS
.DEFAULT_GOAL := build
-check-if-root:
- @if test ! `uname` = 'Haiku' -a `id -u` = 0 && ! grep -q 'lxc\|docker' /proc/self/cgroup && ! grep -q 'libpod_parent' /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: c
heck-if-root c
ompilerplugins
+bootstrap: compilerplugins
#
# Build