Maybe I'm just slow, but having diffs in the wrong direction confuses me...
Catch up with MAXINTERP changing.
netbsd.org->NetBSD.org
some makefile de-linting- list NOxxx and LDSTATIC= assignments before everything else (especially <bsd.own.mk>)- ensure <bsd.own.mk> is included before NETBSDSRCDIR is used- add missing RCSids
put TNF 4-clause license.authors - if you are okay with more relaxed license terms, or the regressiontest code was derived from others, pls change them.
MKfoo=no -> NOfoo
Simplify a bunch of explicit ${.OBJDIR} references to make these more likethe rest of the tree.
remove duplicate target empty.
include cleanup in regress.
sweep of my licenses (userland files w/o only my copyright) forconsistency. (no functional changes)
fix up NetBSD RCS Ids to match the standard, and the leading comment asto match as well. No functional changes.
Specify libgcc_spec after lib_spec when DESTDIR is defined to keepconsistency with the case DESTDIR is not define. This is part of PR#8369.
Let builder define DESTDIR in mk.conf or
Copy test scripts to objdir and make them executable, to be surethey are. We don't chmod +x them in-place because the src directorytree might be read-only.Fixes PR 6554, but differently.
The expected output strings are C locale error strings.We unsetenv("LANG") so that this test works even when LANG was set.
convert from NOxxx= to MKxxx=no.include <bsd.own.mk> if testing a MKxxx variable.
Fix type for LIBCRTEND and order other startup routines to come beforethe main test.
This should be noninvasive, and allows my builds to finally work on alpha(DESTDIR being set case...).
Make this cross-compile right.
note that only static compilation makes sense here
Use proginstall:: to disable installing PROG.
RCS Id conventions
remove extra tab
Patch from Giles Lean to make compilation flags more consistent.
Fix spelling error in Copyright notice
12