Skip to content

Commit

Permalink
test build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jafl committed Dec 9, 2023
1 parent df45563 commit 3c7ba0c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ initial_build_libs_tools:
if ! ( cd $$dir; ${JMAKE}; ); then exit 1; fi \
done;
@$(foreach dir, $(wildcard tools/*), \
${IF_DIR} ${JMAKE} install; ${ENDIF_DIR})
${IF_DIR} if ! ( ${JMAKE} install; ); then exit 1; fi ${ENDIF_DIR})
@cd tutorial; ${JMAKE}

#
Expand Down
6 changes: 4 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -216,5 +216,7 @@ if [[ ! -e libjcore/code/jStringData.h && $1 != package ]]; then
chmod u+w libjcore/code/jStringData.h;
fi

touch libjx/image-build/*;
touch libjexpr/code/JExprParserY.cpp libjexpr/code/JExprParserY.hpp;
if [[ $1 != package ]]; then
touch libjx/image-build/*;
touch libjexpr/code/JExprParserY.cpp libjexpr/code/JExprParserY.hpp;
fi

0 comments on commit 3c7ba0c

Please sign in to comment.