ian be20f14745 Create a separate script to generate osreldate.h rather than sourcing
newvers.sh into a temporary subshell with inline make rules.

Using a separate script fixes a variety of problems, including establishing
the correct dependencies in the makefiles.  It also eliminates a problem
with the way newvers.sh uses `realpath $0`, because $0 expands differently
within a script sourced into a rule in a makefile depending on the version
of make and of /bin/sh being used.  The latter can cause build breakage in a
cross-build environment, and can also make it difficult to compile 10.0 on
older pre-10.0 systems.

PR:		160646 174422
Submitted by:	Garrett Cooper <yaneurabeya@gmail.com>
Approved by:	re (gjb)
MFC after:	2 weeks
2013-09-21 22:36:07 +00:00
..
2013-05-21 19:59:37 +00:00
2011-12-29 14:41:17 +00:00
2011-12-20 22:56:13 +00:00
2012-01-07 16:10:15 +00:00
2011-12-25 20:15:41 +00:00
2013-08-09 17:24:23 +00:00
2013-04-23 13:03:03 +00:00
2013-05-25 16:58:12 +00:00