bootstrap.1 (489cdf4f) bootstrap.1 (dfafe007)
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

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

112 DMAKE_CONF=""
113 fi
114
115 # For unixy systems
116 if test -f "Makefile" ; then
117 $GNUMAKE distclean || exit
118 fi
119
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

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

112 DMAKE_CONF=""
113 fi
114
115 # For unixy systems
116 if test -f "Makefile" ; then
117 $GNUMAKE distclean || exit
118 fi
119
120 # The config.guess for dmake is too old, overwrite it with ours:
121 cp $SOLARSRC/config.guess .
122
123 # We also need to patch dmake for Win64
124 patch -p0 < $SOLARSRC/solenv/src/dmake-cygwin64.patch
125
120 ./configure $DMAKE_CONF || exit
121
122 ## invoke the gnu make command set by configure.
123 $GNUMAKE || exit
124
125
126 # Deploy the dmake executable to solenv
127 cp -f "$tmp_build_dir/$dmake_directory_name/dmake$EXEEXT" "$SOLARENV/$INPATH/bin/dmake$EXEEXT" || exit

--- 32 unchanged lines hidden ---
126 ./configure $DMAKE_CONF || exit
127
128 ## invoke the gnu make command set by configure.
129 $GNUMAKE || exit
130
131
132 # Deploy the dmake executable to solenv
133 cp -f "$tmp_build_dir/$dmake_directory_name/dmake$EXEEXT" "$SOLARENV/$INPATH/bin/dmake$EXEEXT" || exit

--- 32 unchanged lines hidden ---