summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-12-03 20:18:20 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-12-03 20:23:15 +0000
commit210f594773455bf49d1cf116f1c48ccf74cb26b4 (patch)
treecdb293338215b7b87c0d333131a6b0d04b5faabe /Makefile.in
parent76936e787bd13fb1a747b7c716df3fba2d0d3fa9 (diff)
oss-fuzz runs under docker
and builds as root in that env, at least the default out of the box experience is that for me, I suppose I could faff around getting it add a user specifically for the build like I do for my coverity in docker build, or just drop this. This effectively reverts commit 466257699559390237615f651ce0f30f07543434 Author: Tor Lillqvist <tml@collabora.com> Date: Thu Apr 14 09:01:48 2016 +0300 149 Change-Id: I63f055756ff5f571d5ebe89aa4aee52d8ae2c510 I see your 149 and raise you a 1172 Change-Id: I3e81a725cdab1ff5ead0484dbfee11ac8fe303a9
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in12
1 files changed, 2 insertions, 10 deletions
diff --git a/Makefile.in b/Makefile.in
index b763ccc625cb..9b933f80e9b3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -9,7 +9,7 @@
gb_Top_MODULE_CHECK_TARGETS := slowcheck unitcheck subsequentcheck perfcheck uicheck screenshot
-.PHONY : all 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 findunusedcode get-submodules id install install-strip tags debugrun help showmodules translations packageinfo internal.clean $(gb_Top_MODULE_CHECK_TARGETS)
+.PHONY : all 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 findunusedcode get-submodules id install install-strip tags debugrun help showmodules translations packageinfo internal.clean $(gb_Top_MODULE_CHECK_TARGETS)
MAKECMDGOALS?=all
build_goal:=$(if $(filter build check,$(MAKECMDGOALS)),all)\
@@ -54,14 +54,6 @@ else # MAKE_RESTARTS
all: build
-check-if-root:
- @if test `id -u` = 0; then \
- echo; \
- echo 'No. You make ME a sandwich.'; \
- echo; \
- exit 1; \
- fi
-
gb_Side ?= host
include $(BUILDDIR)/config_$(gb_Side).mk
@@ -250,7 +242,7 @@ endif
#
# Bootstrap
#
-bootstrap: check-if-root compilerplugins
+bootstrap: compilerplugins
#
# Build