blob: d98521352bb597e8ee498d351d9afa024d2ebef2 (
plain)
1 --- libreoffice-7.2.0.1.orig/Makefile.in 2021-07-16 20:47:21.615601263 +0200
2 +++ libreoffice-7.2.0.1/Makefile.in 2021-07-16 20:48:10.346072072 +0200
3 @@ -9,7 +9,7 @@
4
5 gb_Top_MODULE_CHECK_TARGETS := slowcheck unitcheck subsequentcheck perfcheck uicheck screenshot
6
7 -.PHONY : check-if-root bootstrap gbuild build build-non-l10n-only build-l10n-only check clean clean-build clean-host test-install distclean distro-pack-install docs download etags fetch get-submodules id install install-gdb-printers install-strip tags debugrun help showmodules translations packageinfo internal.clean $(gb_Top_MODULE_CHECK_TARGETS)
8 +.PHONY : bootstrap gbuild build build-non-l10n-only build-l10n-only check clean clean-build clean-host test-install distclean distro-pack-install docs download etags fetch get-submodules id install install-gdb-printers install-strip tags debugrun help showmodules translations packageinfo internal.clean $(gb_Top_MODULE_CHECK_TARGETS)
9
10 MAKECMDGOALS?=build
11 build_goal:=$(if $(filter build build-nocheck uicheck,$(MAKECMDGOALS)),build)\
12 @@ -58,17 +58,6 @@
13
14 .DEFAULT_GOAL := build
15
16 -check-if-root:
17 - @if test ! `uname` = 'Haiku' -a `id -u` = 0; then \
18 - # if the systemd-detect-virt command doesn't exist or it reports we're not in a container \
19 - if test ! -x "$$(command -v systemd-detect-virt)" || ! systemd-detect-virt -c -q; then \
20 - echo; \
21 - echo 'Building LibreOffice as root is a very bad idea, use a regular user.'; \
22 - echo; \
23 - exit 1; \
24 - fi \
25 - fi
26 -
27 gb_Side ?= host
28
29 include $(BUILDDIR)/config_$(gb_Side).mk
30 @@ -274,7 +263,7 @@
31 #
32 # Bootstrap
33 #
34 -bootstrap: check-if-root compilerplugins
35 +bootstrap: compilerplugins
36
37 #
38 # Build
|