Changeset 29020


Ignore:
Timestamp:
2014-05-02T10:38:02+12:00 (10 years ago)
Author:
jmt12
Message:

Rewriting to remove the word 'hack' from what I now consider to be perfectly acceptable code... on account of my lowering my standards

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/video-and-audio/trunk/src/build-srcpack/packages/CASCADE-MAKE/HANDBRAKE.sh

    r27428 r29020  
    1616opt_run_tarclean $tarclean $package $version
    1717
    18 # **HACK** the first thing the run_make function does is change directory to
     18# The first thing the run_make function does is change directory to
    1919# "$package$version", so I'll just append the build directory to the end of
    2020# version... Mwuhahaha
    21 versionbak=$version
    22 version=${version}/build
    23 opt_run_make $compile   $package $version
    24 opt_run_make $install   $package $version "install"
    25 opt_run_make $clean     $package $version "clean"
    26 opt_run_make $distclean $package $version "distclean"
    27 version=$versionbak
     21$make_path_suffix=${version}/build
     22opt_run_make $compile   $package $make_path_suffix
     23opt_run_make $install   $package $make_path_suffix "install"
     24opt_run_make $clean     $package $make_path_suffix "clean"
     25opt_run_make $distclean $package $make_path_suffix "distclean"
    2826
     27
Note: See TracChangeset for help on using the changeset viewer.