test/configure2

changeset 141
76b93dbe3ea6
parent 138
479114bc3fac
child 142
ec5975c1b93e
equal deleted inserted replaced
140:f453503e09dc 141:76b93dbe3ea6
644 # 644 #
645 645
646 echo >> "$TEMP_DIR/flags.mk" 646 echo >> "$TEMP_DIR/flags.mk"
647 echo "configuring target: dav" 647 echo "configuring target: dav"
648 echo "# flags for target dav" >> "$TEMP_DIR/flags.mk" 648 echo "# flags for target dav" >> "$TEMP_DIR/flags.mk"
649 TEMP_CFLAGS= 649 TEMP_CFLAGS="$CFLAGS"
650 TEMP_CXXFLAGS= 650 TEMP_CXXFLAGS="$CXXFLAGS"
651 TEMP_LDFLAGS= 651 TEMP_LDFLAGS="$LDFLAGS"
652 652
653 if dependency_error_curl; then 653 if dependency_error_curl; then
654 DEPENDENCIES_FAILED="$DEPENDENCIES_FAILED curl " 654 DEPENDENCIES_FAILED="$DEPENDENCIES_FAILED curl "
655 ERROR=1 655 ERROR=1
656 fi 656 fi
799 fi 799 fi
800 800
801 echo >> "$TEMP_DIR/flags.mk" 801 echo >> "$TEMP_DIR/flags.mk"
802 echo "configuring global target" 802 echo "configuring global target"
803 echo "# flags for unnamed target" >> "$TEMP_DIR/flags.mk" 803 echo "# flags for unnamed target" >> "$TEMP_DIR/flags.mk"
804 TEMP_CFLAGS= 804 TEMP_CFLAGS="$CFLAGS"
805 TEMP_CXXFLAGS= 805 TEMP_CXXFLAGS="$CXXFLAGS"
806 TEMP_LDFLAGS= 806 TEMP_LDFLAGS="$LDFLAGS"
807 807
808 if dependency_error_deptest; then 808 if dependency_error_deptest; then
809 DEPENDENCIES_FAILED="$DEPENDENCIES_FAILED deptest " 809 DEPENDENCIES_FAILED="$DEPENDENCIES_FAILED deptest "
810 ERROR=1 810 ERROR=1
811 fi 811 fi

mercurial