bootstrap.1 (b63233d8) bootstrap.1 (c0f6b924)
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

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

49
50#make sure build.pl is executable
51
52chmod +x "$SRC_ROOT/solenv/bin/build.pl"
53chmod +x "$SRC_ROOT/solenv/bin/build_client.pl"
54chmod +x "$SRC_ROOT/solenv/bin/zipdep.pl"
55chmod +x "$SRC_ROOT/solenv/bin/gccinstlib.pl"
56
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

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

49
50#make sure build.pl is executable
51
52chmod +x "$SRC_ROOT/solenv/bin/build.pl"
53chmod +x "$SRC_ROOT/solenv/bin/build_client.pl"
54chmod +x "$SRC_ROOT/solenv/bin/zipdep.pl"
55chmod +x "$SRC_ROOT/solenv/bin/gccinstlib.pl"
56
57# build the AOOJavaDownloader
58mkdir -p "$SOLARENV/$INPATH/class"
59"$JAVACOMPILER" "$SOLARENV/javadownloader/AOOJavaDownloader.java" -d "$SOLARENV/$INPATH/class"
60if [ "$?" != "0" ]; then
61 echo "*** Failed to build AOOJavaDownloader, aborting! ***"
62 exit 1
63fi
64
65# fetch or update external tarballs
66if [ "$DO_FETCH_TARBALLS" = "yes" ]; then
67# check perl include locations
68 "$PERL" -e 'print "\nInclude locations: @INC\n\n"';
69 "$PERL" "$SOLARENV/bin/download_external_dependencies.pl" $SRC_ROOT/external_deps.lst
70 if [ "$?" != "0" ]; then
71 echo "*** Error downloading external dependencies, please fix the previous problems and try again ***"
72 exit 1

--- 114 unchanged lines hidden ---
57# fetch or update external tarballs
58if [ "$DO_FETCH_TARBALLS" = "yes" ]; then
59# check perl include locations
60 "$PERL" -e 'print "\nInclude locations: @INC\n\n"';
61 "$PERL" "$SOLARENV/bin/download_external_dependencies.pl" $SRC_ROOT/external_deps.lst
62 if [ "$?" != "0" ]; then
63 echo "*** Error downloading external dependencies, please fix the previous problems and try again ***"
64 exit 1

--- 114 unchanged lines hidden ---