Loading BUILD/FINISH.sh +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ extra_configs="$extra_configs $local_infile_configs" configure="./configure $base_configs $extra_configs" commands="\ $make -k distclean || true $make -k maintainer-clean || true /bin/rm -rf */.deps/*.P configure config.cache storage/*/configure storage/*/config.cache autom4te.cache storage/*/autom4te.cache; path=`dirname $0` Loading BUILD/compile-alpha-ccc +3 −1 Original line number Diff line number Diff line #! /bin/sh /bin/rm -f */.deps/*.P */*.o make -k clean make -k maintainer-clean /bin/rm -f */.deps/*.P */*.o /bin/rm -f config.cache mysql-*.tar.gz Loading BUILD/compile-alpha-cxx +3 −1 Original line number Diff line number Diff line #! /bin/sh /bin/rm -f */.deps/*.P */*.o make -k clean make -k maintainer-clean /bin/rm -f */.deps/*.P */*.o /bin/rm -f */.deps/*.P config.cache storage/innobase/config.cache mysql-*.tar.gz Loading BUILD/compile-alpha-debug +3 −1 Original line number Diff line number Diff line #! /bin/sh /bin/rm -f */.deps/*.P */*.o make -k clean make -k maintainer-clean /bin/rm -f */.deps/*.P */*.o /bin/rm -f */.deps/*.P config.cache storage/innobase/config.cache mysql-*.tar.gz Loading BUILD/compile-dist +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ # tree can then be picked up by "make dist" to create the "pristine source # package" that is used as the basis for all other binary builds. # test -f Makefile && make distclean test -f Makefile && make maintainer-clean (cd storage/innobase && aclocal && autoheader && \ libtoolize --automake --force --copy && \ automake --force --add-missing --copy && autoconf) Loading Loading
BUILD/FINISH.sh +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ extra_configs="$extra_configs $local_infile_configs" configure="./configure $base_configs $extra_configs" commands="\ $make -k distclean || true $make -k maintainer-clean || true /bin/rm -rf */.deps/*.P configure config.cache storage/*/configure storage/*/config.cache autom4te.cache storage/*/autom4te.cache; path=`dirname $0` Loading
BUILD/compile-alpha-ccc +3 −1 Original line number Diff line number Diff line #! /bin/sh /bin/rm -f */.deps/*.P */*.o make -k clean make -k maintainer-clean /bin/rm -f */.deps/*.P */*.o /bin/rm -f config.cache mysql-*.tar.gz Loading
BUILD/compile-alpha-cxx +3 −1 Original line number Diff line number Diff line #! /bin/sh /bin/rm -f */.deps/*.P */*.o make -k clean make -k maintainer-clean /bin/rm -f */.deps/*.P */*.o /bin/rm -f */.deps/*.P config.cache storage/innobase/config.cache mysql-*.tar.gz Loading
BUILD/compile-alpha-debug +3 −1 Original line number Diff line number Diff line #! /bin/sh /bin/rm -f */.deps/*.P */*.o make -k clean make -k maintainer-clean /bin/rm -f */.deps/*.P */*.o /bin/rm -f */.deps/*.P config.cache storage/innobase/config.cache mysql-*.tar.gz Loading
BUILD/compile-dist +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ # tree can then be picked up by "make dist" to create the "pristine source # package" that is used as the basis for all other binary builds. # test -f Makefile && make distclean test -f Makefile && make maintainer-clean (cd storage/innobase && aclocal && autoheader && \ libtoolize --automake --force --copy && \ automake --force --add-missing --copy && autoconf) Loading