Commit 262e5f87 authored by Claes Sjofors's avatar Claes Sjofors

wb build, $pwrp_cnf built before volume

parent ff1801f1
......@@ -164,6 +164,12 @@ void wb_build::node( char *nodename, void *volumelist, int volumecnt)
else if ( sumsts == PWRB__NOBUILT && m_sts != PWRB__NOBUILT && m_sts != PWRB__INLIBHIER)
sumsts = m_sts;
cnf( nodename, volumelist, volumecnt);
if ( evenSts())
sumsts = m_sts;
else if ( sumsts == PWRB__NOBUILT && m_sts != PWRB__NOBUILT)
sumsts = m_sts;
if ( !opt.manual) {
// Check if there is any new dbsfile
for ( int i = 0; i < volumecnt; i++) {
......@@ -244,12 +250,6 @@ void wb_build::node( char *nodename, void *volumelist, int volumecnt)
syi_NodeName( &m_sts, currentnode, sizeof(currentnode));
cnf( nodename, volumelist, volumecnt);
if ( evenSts())
sumsts = m_sts;
else if ( sumsts == PWRB__NOBUILT && m_sts != PWRB__NOBUILT)
sumsts = m_sts;
import_files( bld_ePass_AfterNode);
if ( evenSts())
sumsts = m_sts;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment