mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
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:
@@ -161,4 +161,3 @@ prof-use:
|
||||
fi;
|
||||
|
||||
.PHONY: all clean install distclean test prof-gen prof-clean prof-use
|
||||
.NOEXPORT:
|
||||
|
||||
Reference in New Issue
Block a user