diff --git a/src/build/compile.sh b/src/build/compile.sh index 6166e21eb..fec0f3783 100755 --- a/src/build/compile.sh +++ b/src/build/compile.sh @@ -286,35 +286,35 @@ else --disable-shared \ --enable-static \ $CONFIGURE_FLAGS >> "$DIR/install.log" 2>&1 - sed -i "s#static,$DIR#$DIR#g" Makefile >> "$DIR/install.log" 2>&1 - sed -i "s#static,$DIR#$DIR#g" packages/Solaris/Makefile >> "$DIR/install.log" 2>&1 - sed -i "s#static,$DIR#$DIR#g" packages/Win32/Makefile >> "$DIR/install.log" 2>&1 - sed -i "s#static,$DIR#$DIR#g" packages/Win32/cygwin/Makefile >> "$DIR/install.log" 2>&1 - sed -i "s#static,$DIR#$DIR#g" packages/Linux/Makefile >> "$DIR/install.log" 2>&1 - sed -i "s#static,$DIR#$DIR#g" packages/Linux/RPM/Makefile >> "$DIR/install.log" 2>&1 - sed -i "s#static,$DIR#$DIR#g" packages/vms/Makefile >> "$DIR/install.log" 2>&1 - sed -i "s#static,$DIR#$DIR#g" packages/Makefile >> "$DIR/install.log" 2>&1 - sed -i "s#static,$DIR#$DIR#g" packages/AIX/Makefile >> "$DIR/install.log" 2>&1 - sed -i "s#static,$DIR#$DIR#g" packages/AIX/RPM/Makefile >> "$DIR/install.log" 2>&1 - sed -i "s#static,$DIR#$DIR#g" packages/EPM/Makefile >> "$DIR/install.log" 2>&1 - sed -i "s#static,$DIR#$DIR#g" config.status >> "$DIR/install.log" 2>&1 - sed -i "s#static,$DIR#$DIR#g" ltmain.sh >> "$DIR/install.log" 2>&1 - sed -i "s#static,$DIR#$DIR#g" lib/Makefile >> "$DIR/install.log" 2>&1 - sed -i "s#static,$DIR#$DIR#g" docs/examples/Makefile >> "$DIR/install.log" 2>&1 - sed -i "s#static,$DIR#$DIR#g" docs/examples/Makefile.netware >> "$DIR/install.log" 2>&1 - sed -i "s#static,$DIR#$DIR#g" docs/libcurl/Makefile >> "$DIR/install.log" 2>&1 - sed -i "s#static,$DIR#$DIR#g" docs/Makefile >> "$DIR/install.log" 2>&1 - sed -i "s#static,$DIR#$DIR#g" tests/data/Makefile >> "$DIR/install.log" 2>&1 - sed -i "s#static,$DIR#$DIR#g" tests/certs/scripts/Makefile >> "$DIR/install.log" 2>&1 - sed -i "s#static,$DIR#$DIR#g" tests/certs/Makefile >> "$DIR/install.log" 2>&1 - sed -i "s#static,$DIR#$DIR#g" tests/Makefile >> "$DIR/install.log" 2>&1 - sed -i "s#static,$DIR#$DIR#g" tests/unit/Makefile >> "$DIR/install.log" 2>&1 - sed -i "s#static,$DIR#$DIR#g" tests/libtest/Makefile >> "$DIR/install.log" 2>&1 - sed -i "s#static,$DIR#$DIR#g" tests/server/Makefile >> "$DIR/install.log" 2>&1 - sed -i "s#static,$DIR#$DIR#g" src/Makefile >> "$DIR/install.log" 2>&1 - sed -i "s#static,$DIR#$DIR#g" include/curl/Makefile >> "$DIR/install.log" 2>&1 - sed -i "s#static,$DIR#$DIR#g" include/Makefile >> "$DIR/install.log" 2>&1 - sed -i "s#static,$DIR#$DIR#g" curl-config >> "$DIR/install.log" 2>&1 + sed -i "s#static,$DIR#$DIR#g" "$DIR/install_data/curl/Makefile" >> "$DIR/install.log" 2>&1 + sed -i "s#static,$DIR#$DIR#g" "$DIR/install_data/curl/packages/Solaris/Makefile" >> "$DIR/install.log" 2>&1 + sed -i "s#static,$DIR#$DIR#g" "$DIR/install_data/curl/packages/Win32/Makefile" >> "$DIR/install.log" 2>&1 + sed -i "s#static,$DIR#$DIR#g" "$DIR/install_data/curl/packages/Win32/cygwin/Makefile" >> "$DIR/install.log" 2>&1 + sed -i "s#static,$DIR#$DIR#g" "$DIR/install_data/curl/packages/Linux/Makefile" >> "$DIR/install.log" 2>&1 + sed -i "s#static,$DIR#$DIR#g" "$DIR/install_data/curl/packages/Linux/RPM/Makefile" >> "$DIR/install.log" 2>&1 + sed -i "s#static,$DIR#$DIR#g" "$DIR/install_data/curl/packages/vms/Makefile" >> "$DIR/install.log" 2>&1 + sed -i "s#static,$DIR#$DIR#g" "$DIR/install_data/curl/packages/Makefile" >> "$DIR/install.log" 2>&1 + sed -i "s#static,$DIR#$DIR#g" "$DIR/install_data/curl/packages/AIX/Makefile" >> "$DIR/install.log" 2>&1 + sed -i "s#static,$DIR#$DIR#g" "$DIR/install_data/curl/packages/AIX/RPM/Makefile" >> "$DIR/install.log" 2>&1 + sed -i "s#static,$DIR#$DIR#g" "$DIR/install_data/curl/packages/EPM/Makefile" >> "$DIR/install.log" 2>&1 + sed -i "s#static,$DIR#$DIR#g" "$DIR/install_data/curl/config.status" >> "$DIR/install.log" 2>&1 + sed -i "s#static,$DIR#$DIR#g" "$DIR/install_data/curl/ltmain.sh" >> "$DIR/install.log" 2>&1 + sed -i "s#static,$DIR#$DIR#g" "$DIR/install_data/curl/lib/Makefile" >> "$DIR/install.log" 2>&1 + sed -i "s#static,$DIR#$DIR#g" "$DIR/install_data/curl/docs/examples/Makefile" >> "$DIR/install.log" 2>&1 + sed -i "s#static,$DIR#$DIR#g" "$DIR/install_data/curl/docs/examples/Makefile.netware" >> "$DIR/install.log" 2>&1 + sed -i "s#static,$DIR#$DIR#g" "$DIR/install_data/curl/docs/libcurl/Makefile" >> "$DIR/install.log" 2>&1 + sed -i "s#static,$DIR#$DIR#g" "$DIR/install_data/curl/docs/Makefile" >> "$DIR/install.log" 2>&1 + sed -i "s#static,$DIR#$DIR#g" "$DIR/install_data/curl/tests/data/Makefile" >> "$DIR/install.log" 2>&1 + sed -i "s#static,$DIR#$DIR#g" "$DIR/install_data/curl/tests/certs/scripts/Makefile" >> "$DIR/install.log" 2>&1 + sed -i "s#static,$DIR#$DIR#g" "$DIR/install_data/curl/tests/certs/Makefile" >> "$DIR/install.log" 2>&1 + sed -i "s#static,$DIR#$DIR#g" "$DIR/install_data/curl/tests/Makefile" >> "$DIR/install.log" 2>&1 + sed -i "s#static,$DIR#$DIR#g" "$DIR/install_data/curl/tests/unit/Makefile" >> "$DIR/install.log" 2>&1 + sed -i "s#static,$DIR#$DIR#g" "$DIR/install_data/curl/tests/libtest/Makefile" >> "$DIR/install.log" 2>&1 + sed -i "s#static,$DIR#$DIR#g" "$DIR/install_data/curl/tests/server/Makefile" >> "$DIR/install.log" 2>&1 + sed -i "s#static,$DIR#$DIR#g" "$DIR/install_data/curl/src/Makefile" >> "$DIR/install.log" 2>&1 + sed -i "s#static,$DIR#$DIR#g" "$DIR/install_data/curl/include/curl/Makefile" >> "$DIR/install.log" 2>&1 + sed -i "s#static,$DIR#$DIR#g" "$DIR/install_data/curl/include/Makefile" >> "$DIR/install.log" 2>&1 + sed -i "s#static,$DIR#$DIR#g" "$DIR/install_data/curl/curl-config" >> "$DIR/install.log" 2>&1 echo -n " compiling..." make -j $THREADS >> "$DIR/install.log" 2>&1 echo -n " installing..."