From 90bfcd68d5e253ebd952bd436d09ddc560288c65 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 17 Mar 2024 00:52:39 +0100 Subject: [PATCH] Remove obsolete Makefile .NOEXPORT target This was once used on GNU Make from versions 3.59 to 3.63 (released in 1994) to not export all variables, otherwise a system limit may be exceeded. This was the case for the obsolete UNIX System V (SysV) and is on current systems not applicable anymore, with such target ignored. --- build/Makefile.global | 1 - 1 file changed, 1 deletion(-) diff --git a/build/Makefile.global b/build/Makefile.global index 714940159638..7ac18866e6dd 100644 --- a/build/Makefile.global +++ b/build/Makefile.global @@ -161,4 +161,3 @@ prof-use: fi; .PHONY: all clean install distclean test prof-gen prof-clean prof-use -.NOEXPORT: