test/configure2

changeset 143
90fcec3ae37e
parent 142
ec5975c1b93e
child 144
b001b56522fa
equal deleted inserted replaced
142:ec5975c1b93e 143:90fcec3ae37e
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="$CFLAGS" 649 TEMP_CFLAGS=
650 TEMP_CXXFLAGS="$CXXFLAGS" 650 TEMP_CXXFLAGS=
651 TEMP_LDFLAGS="$LDFLAGS" 651 TEMP_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="$CFLAGS" 804 TEMP_CFLAGS=
805 TEMP_CXXFLAGS="$CXXFLAGS" 805 TEMP_CXXFLAGS=
806 TEMP_LDFLAGS="$LDFLAGS" 806 TEMP_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