Skip to content

Commit

Permalink
Exit Configure if Mksrc fails
Browse files Browse the repository at this point in the history
This will reduce confusion, see #283.
  • Loading branch information
jiegec committed Mar 30, 2023
1 parent a43efe7 commit 142016b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configure
Original file line number Diff line number Diff line change
Expand Up @@ -4960,7 +4960,7 @@ if test "X$LSOF_MKC" = "X" # {
then
LSOF_MKC="ln -s"
fi # }
LSOF_MKC=$LSOF_MKC ./lib/dialects/$LSOF_DIALECT_DIR/$LSOF_MK $LSOF_TGT $LSOF_VERS
LSOF_MKC=$LSOF_MKC ./lib/dialects/$LSOF_DIALECT_DIR/$LSOF_MK $LSOF_TGT $LSOF_VERS || exit 1

# Make $LSOF_MKFC and ${LSOF_LIB}/$LSOF_LIBMKF.

Expand Down

0 comments on commit 142016b

Please sign in to comment.