Introduce shell variables for DLL_PREFIX and DLL_SUFFIX

This commit is contained in:
relyea%netscape.com 2003-02-06 16:13:22 +00:00
Родитель e858034c7a
Коммит 4bb120679c
2 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -41,3 +41,9 @@ objdir_name:
os_arch:
@echo $(OS_ARCH)
dll_prefix:
@echo $(DLL_PREFIX)
dll_suffix:
@echo $(DLL_SUFFIX)

Просмотреть файл

@ -152,6 +152,8 @@ if [ -z "${INIT_SOURCED}" -o "${INIT_SOURCED}" != "TRUE" ]; then
TESTDIR=${TESTDIR-${MOZILLA_ROOT}/tests_results/security}
OBJDIR=`(cd $COMMON; gmake objdir_name)`
OS_ARCH=`(cd $COMMON; gmake os_arch)`
DLL_PREFIX=`(cd $COMMON; gmake dll_prefix)`
DLL_SUFFIX=`(cd $COMMON; gmake dll_suffix)`
OS_NAME=`uname -s | sed -e "s/-[0-9]*\.[0-9]*//"`
#in case of backward comp. tests the calling scripts set the