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.
This commit is contained in:
Peter Kokot 2024-05-30 12:41:12 +02:00 committed by GitHub
parent c08535c804
commit d8da8d88e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -161,4 +161,3 @@ prof-use:
fi;
.PHONY: all clean install distclean test prof-gen prof-clean prof-use
.NOEXPORT: