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
Describe the bug
After an error, brix11 make should NOT continue and set an exit error code
To Reproduce
Parts of my makefile.mk
# ...
builddriver bin/brix11 make -v -v
# FIXME: install is only partly usable!
make -j ${BRIX11_NUMBER_OF_PROCESSORS} -C "${X11_BASE_ROOT}" install 2>&1 | tee make-install.log
Expected behavior
Like make, stop and set exit code != 0
Output
Any output (shell/compiler) that is given. When it is a runtime bug please set X11_LOG_MASK=all and attach the runtime output as attachment
The text was updated successfully, but these errors were encountered:
ClausKlein
changed the title
"brirx11 make" does not set the exit code after build errors
"brix11 make" does not set the exit code after build errors
Oct 12, 2023
Product
TAOX11
Version
Your TAOX11 version
master
Describe the bug
After an error,
brix11 make
should NOT continue and set an exit error codeTo Reproduce
Parts of my
makefile.mk
Expected behavior
Like make, stop and set exit code != 0
Output
Any output (shell/compiler) that is given. When it is a runtime bug please set
X11_LOG_MASK=all
and attach the runtime output as attachmentEnvironment:
Output of
ruby -v && bin/brix11 env && bin/brix11 -- configure --print-config
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: