From 455e25392f9b0b3565df23454f1fbc3f59954363 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 21 Jul 2021 22:35:57 +0200 Subject: [PATCH] Add kludge to stop auto-rebuild during the mass rebuild --- glibc.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/glibc.spec b/glibc.spec index 1c1facc..15b251f 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1030,6 +1030,9 @@ cat /proc/sysinfo 2>/dev/null || true cat /proc/meminfo df +# Prevent rebuild within the mass rebuild. +exit 1 + # We build using the native system compilers. GCC=gcc GXX=g++