Subversion Repositories DevTools

Rev

Rev 1270 | Rev 2651 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1270 Rev 2426
Line 2012... Line 2012...
2012
 
2012
 
2013
 
2013
 
2014
#-------------------------------------------------------------------------------
2014
#-------------------------------------------------------------------------------
2015
#
2015
#
2016
#   Cleanup the sandbox
2016
#   Cleanup the sandbox
2017
#   Perform a "make clobber" then a "build clobber"
2017
#   Perform a "make clean" then a "build clobber"
2018
#
2018
#
2019
sub clobber
2019
sub clobber
2020
{
2020
{
2021
    Message ("=== Removing ======");
2021
    Message ("=== Removing ======");
2022
    find_jats_dir( $BUILD_FILE );
2022
    find_jats_dir( $BUILD_FILE );
2023
    my $build_file = getBuildFile();
2023
    my $build_file = getBuildFile();
2024
    
2024
    
2025
 
2025
 
2026
    #
2026
    #
2027
    #   Run a "make clobber" to clean out "everything"
2027
    #   Run a "make clean" to clean out a lot of stuff
-
 
2028
    #   Run a "build clobber" to get rid of interface and local directories
2028
    #
2029
    #
2029
    etool ( 'jmake.pl', 'clobber' )
2030
    etool ( 'jmake.pl', 'clean' )
2030
        if ( -f "Makefile.gbe" );
2031
        if ( -f "Makefile.gbe" );
2031
 
2032
 
2032
    if ( -f $build_file )
2033
    if ( -f $build_file )
2033
    {
2034
    {
2034
        System ( $GBE_PERL, $build_file, $CWD, "$GBE_TOOLS/buildlib.pl", 'clobber' );
2035
        System ( $GBE_PERL, $build_file, $CWD, "$GBE_TOOLS/buildlib.pl", 'clobber' );