From d8da8d88e030d1fdcd64ca465f3c7c242995803f Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Thu, 30 May 2024 12:41:12 +0200 Subject: [PATCH] Remove obsolete Makefile .NOEXPORT target (#13734) 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 71494015963..7ac18866e6d 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: