summaryrefslogtreecommitdiff
path: root/libreoffice/makefile.in.patch
blob: 028cdecd7c3840c62c40beaeac758f4107f7de1f (plain)
    1 diff -Naur libreoffice-7.0.0.1.orig/Makefile.in libreoffice-7.0.0.1/Makefile.in
    2 --- libreoffice-7.0.0.1.orig/Makefile.in	2020-07-06 14:18:24.411119855 +0000
    3 +++ libreoffice-7.0.0.1/Makefile.in	2020-07-06 14:19:16.383194042 +0000
    4 @@ -9,7 +9,7 @@
    5  
    6  gb_Top_MODULE_CHECK_TARGETS := slowcheck unitcheck subsequentcheck perfcheck uicheck screenshot
    7  
    8 -.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)
    9 +.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)
   10  
   11  MAKECMDGOALS?=build
   12  build_goal:=$(if $(filter build build-nocheck uicheck,$(MAKECMDGOALS)),build)\
   13 @@ -58,14 +58,6 @@
   14  
   15  .DEFAULT_GOAL := build
   16  
   17 -check-if-root:
   18 -	@if test ! `uname` = 'Haiku' -a `id -u` = 0 && ! grep -q 'lxc\|docker' /proc/self/cgroup && ! grep -q 'libpod_parent' /proc/self/cgroup; then \
   19 -		echo; \
   20 -		echo 'Building LibreOffice as root is a very bad idea, use a regular user.'; \
   21 -		echo; \
   22 -		exit 1; \
   23 -	fi
   24 -
   25  gb_Side ?= host
   26  
   27  include $(BUILDDIR)/config_$(gb_Side).mk
   28 @@ -268,7 +260,7 @@
   29  #
   30  # Bootstrap
   31  #
   32 -bootstrap: check-if-root compilerplugins
   33 +bootstrap: compilerplugins
   34  
   35  #
   36  # Build

Generated by cgit