Add a *working* hack to fix much of the MozillaTest bustage, I think -- still bug 351968

This commit is contained in:
jwalden%mit.edu 2007-01-31 05:23:40 +00:00
Родитель f902ca6c73
Коммит 9aa651e555
1 изменённых файлов: 2 добавлений и 3 удалений

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

@ -1824,9 +1824,8 @@ libs::
# be absolute (it's passed to tests for use in getting access to
# files), we need to convert it.
#
# XXX find a better way to do this, because this probably isn't
# guaranteed to work right everywhere
_ABS_TOPSRCDIR := `dirname $(topsrcdir)`/`basename $(topsrcdir)`
# XXX is this the right way to do it?
_ABS_TOPSRCDIR := `realpath $(topsrcdir)`
ifdef CYGWIN_WRAPPER
NATIVE_TOPSRCDIR := `cygpath -wa $(_ABS_TOPSRCDIR)`