Searched refs:AMULE_FOLDER (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/scripts/MacOSX/
H A Ddefs-global.sh14 AMULE_FOLDER=`cd ${SCRIPTDIR}/../../../../; pwd`
15 if [ -f "${AMULE_FOLDER}/src/amule.cpp" ]; then
16 pc $GREEN "\tSVN repository has not been specified, using detected local sources at \"${AMULE_FOLDER}\""
18 pc $RED "\tSVN repository has not been specified, and no local sources found at \"${AMULE_FOLDER}\".\n\tPlease specify your aMule source folder by setting the AMULE_FOLDER variable, or call the script with the SVN repository of your choice as a first parameter, or \"public\" to download from our public SVN repository."
25 BUILD_FOLDER="$AMULE_FOLDER/build/"
38 if [ -z $AMULE_FOLDER ]; then
39 AMULE_FOLDER="${ROOT_FOLDER}/amule-dev"
H A Dfull_build.sh62 if [ -d $AMULE_FOLDER/ ]; then
63 if [ -d ${AMULE_FOLDER}/.svn/ ]; then
65 pushd $AMULE_FOLDER/ >> $STDOUT_FILE
69 echo -e "\t\taMule sources at \"" $AMULE_FOLDER "\" are not from SVN checkout, so not updating."
80 svn co $SVN_REPOSITORY $AMULE_FOLDER >> $STDOUT_FILE
81 if [ ! -d $AMULE_FOLDER/ ]; then
102 for i in $AMULE_FOLDER/src/utils/patches/wxWidgets/*.patch; do
162 for i in $AMULE_FOLDER/src/utils/patches/cryptopp/*.patch; do
307 pushd $AMULE_FOLDER >> $STDOUT_FILE 2>> $ERROR_FILE
370 cp -R ${AMULE_FOLDER}/aMul
[all...]

Completed in 50 milliseconds