You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the code:
at_do_${i}: .PHONY
${MESSAGE.autotools}
${_V} set -e;
cd ${_FOBJDIR};
if test -f Makefile; then
env ${AT_MAKE_ENV} ${AT_MAKE} ${AT_MAKEFLAGS} ${.TARGET:S/^at_do//:S/cleandir/distclean/};
fi
_FOBJDIR appeared to be blank the the following test operates in ${HOME} directory
The text was updated successfully, but these errors were encountered:
triggered by tests/FSRCDIR
In the code:
at_do_${i}: .PHONY
${MESSAGE.autotools}
${_V} set -e;
cd ${_FOBJDIR};
if test -f Makefile; then
env ${AT_MAKE_ENV} ${AT_MAKE} ${AT_MAKEFLAGS} ${.TARGET:S/^at_do//:S/cleandir/distclean/};
fi
_FOBJDIR appeared to be blank the the following test operates in ${HOME} directory
The text was updated successfully, but these errors were encountered: