Skip to content

Commit d8da8d8

Browse files
authored
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.
1 parent c08535c commit d8da8d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build/Makefile.global

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,3 @@ prof-use:
161161
fi;
162162

163163
.PHONY: all clean install distclean test prof-gen prof-clean prof-use
164-
.NOEXPORT:

0 commit comments

Comments
 (0)