Blame SOURCES/build-Remove-the-Makefile-preamble.patch

15b0da
From 56f26e01049ddfad13ded0edbbf5c60a3246720d Mon Sep 17 00:00:00 2001
15b0da
From: Link Dupont <link@sub-pop.net>
15b0da
Date: Fri, 14 May 2021 14:55:06 -0400
15b0da
Subject: [PATCH] build: Remove the Makefile preamble
15b0da
15b0da
Signed-off-by: Link Dupont <link@sub-pop.net>
15b0da
---
15b0da
 Makefile | 9 ---------
15b0da
 1 file changed, 9 deletions(-)
15b0da
15b0da
diff --git a/Makefile b/Makefile
15b0da
index 0bc0efc..f1f4380 100644
15b0da
--- a/Makefile
15b0da
+++ b/Makefile
15b0da
@@ -1,12 +1,3 @@
15b0da
-SHELL := bash
15b0da
-.ONESHELL:
15b0da
-.SHELLFLAGS := -eu -o pipefail -c
15b0da
-.DELETE_ON_ERROR:
15b0da
-MAKEFLAGS += --warn-undefined-variables
15b0da
-MAKEFLAGS += --no-builtin-rules
15b0da
-.POSIX:
15b0da
-.SUFFIXES:
15b0da
-
15b0da
 # Project variables
15b0da
 
15b0da
 # Used as a prefix to binary names. Cannot contain spaces.