summaryrefslogtreecommitdiff
blob: c52a39cf787bb837eafda42bc2bf3df49b5280cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Skip check for building care, patch by Patrick Lauer <patrick AT gentoo.org>

--- src/GNUmakefile   2014-02-25 16:42:04.336863622 +0800
+++ src/GNUmakefile.new       2014-02-25 16:42:26.063050467 +0800
@@ -54,15 +54,6 @@
 all: proot
 
 ######################################################################
-# Sanity checks
-
-ifneq (,$(findstring care,$(MAKECMDGOALS)))
-ifneq ($(CARE_BUILD_ENV),ok)
-$(error care is supposed to be built with: http://build.reproducible.io)
-endif
-endif
-
-######################################################################
 # Beautified output
 
 quiet_GEN = @echo "  GEN       $@"; $(GEN)