Difference between revisions of "Check The RELEASE Values"

From NST Wiki
Jump to navigationJump to search
(New page: Check the values of the ''RELEASE'', ''RELEASE_LAST'' and ''RELEASE_NEXT'' variables found near the top of the root '''include/data/configure.in''' script. Just to be safe, invoke configu...)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Check the values of the ''RELEASE'', ''RELEASE_LAST'' and ''RELEASE_NEXT'' variables found near the top of the root '''include/data/configure.in'''  script. Just to be safe, invoke configure to make sure that the release value is set properly in the '''config/config.*''' files.
+
Check the values of the ''RELEASE'' and ''RELEASE_LAST'' variables found near the top of the root '''include/data/configure.in'''  script. Just to be safe, invoke configure to make sure that the release value is set properly in the '''config/config.*''' files.
  
 
  [root@nst-dev-32 repo]# emacs -nw include/data/configure.in
 
  [root@nst-dev-32 repo]# emacs -nw include/data/configure.in
 
  [root@nst-dev-32 repo]# ./configure
 
  [root@nst-dev-32 repo]# ./configure
 
  [root@nst-dev-32 repo]#
 
  [root@nst-dev-32 repo]#
 +
 +
It is also a good idea to review the contents of this file at this time.

Latest revision as of 12:44, 27 February 2012

Check the values of the RELEASE and RELEASE_LAST variables found near the top of the root include/data/configure.in script. Just to be safe, invoke configure to make sure that the release value is set properly in the config/config.* files.

[root@nst-dev-32 repo]# emacs -nw include/data/configure.in
[root@nst-dev-32 repo]# ./configure
[root@nst-dev-32 repo]#

It is also a good idea to review the contents of this file at this time.