From d299f6bf485bbd32ed5fa09b57f4c3cf535b4ced Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 23 Jul 2021 09:34:28 +0200 Subject: [PATCH] Revert "Add kludge to stop auto-rebuild during the mass rebuild" This reverts commit 455e25392f9b0b3565df23454f1fbc3f59954363. --- glibc.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/glibc.spec b/glibc.spec index 7e95adf..16ac0d9 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1030,9 +1030,6 @@ 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++