Edit $TOOL/bin/BuildPackageNew.pm and delete the following block.

        if($include_pcr && !$opt_single_pcr){
                # copy pcr packages
                GetFilesFromCDImages::setErrMsgHandler(\&err);
                GetFilesFromCDImages::setMsgHandler(\&msg);
                my @files = grep {/\.TGZ$/} getFiles($release,$own);
                push(@oldpcr_packages,@files)
        }

We'll change the code so that it gets executed only if the environment variable 
SAPDB_INTERNAL is set.

Background: our binary distributions contain the precompiler runtimes for several 
releases and this is the code to copy them from well known locations.

Daniel Dittmar

-- 
Daniel Dittmar
SAP Labs Berlin
[EMAIL PROTECTED]

-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to