bootstrap.1 (a0f12190) bootstrap.1 (6eeb2f28)
1# *************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 27 unchanged lines hidden (view full) ---

36chmod +x "$SRC_ROOT/solenv/bin/build_client.pl"
37chmod +x "$SRC_ROOT/solenv/bin/zipdep.pl"
38chmod +x "$SRC_ROOT/solenv/bin/gccinstlib.pl"
39
40# fetch or update external tarballs
41if [ "$DO_FETCH_TARBALLS" = "yes" ]; then
42# check perl include locations
43 "$PERL" -e 'print "\nInclude locations: @INC\n\n"';
1# *************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 27 unchanged lines hidden (view full) ---

36chmod +x "$SRC_ROOT/solenv/bin/build_client.pl"
37chmod +x "$SRC_ROOT/solenv/bin/zipdep.pl"
38chmod +x "$SRC_ROOT/solenv/bin/gccinstlib.pl"
39
40# fetch or update external tarballs
41if [ "$DO_FETCH_TARBALLS" = "yes" ]; then
42# check perl include locations
43 "$PERL" -e 'print "\nInclude locations: @INC\n\n"';
44
45 mkdir -p "$SOLARENV/$INPATH/class"
46 "$JAVACOMPILER" "$SOLARENV/javadownloader/AOOJavaDownloader.java" -d "$SOLARENV/$INPATH/class"
47 if [ "$?" != "0" ]; then
48 echo "*** Failed to build AOOJavaDownloader, aborting! ***"
49 exit 1
50 fi
51
44 "$PERL" "$SOLARENV/bin/download_external_dependencies.pl" $SRC_ROOT/external_deps.lst
45 if [ "$?" != "0" ]; then
46 echo "*** Error downloading external dependencies, please fix the previous problems and try again ***"
47 exit 1
48 fi
49fi
50
51# ------------------------------------------------------------------------------

--- 110 unchanged lines hidden ---
52 "$PERL" "$SOLARENV/bin/download_external_dependencies.pl" $SRC_ROOT/external_deps.lst
53 if [ "$?" != "0" ]; then
54 echo "*** Error downloading external dependencies, please fix the previous problems and try again ***"
55 exit 1
56 fi
57fi
58
59# ------------------------------------------------------------------------------

--- 110 unchanged lines hidden ---