diff options
author | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2024-04-25 21:24:29 +0200 |
---|---|---|
committer | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2024-04-25 21:24:29 +0200 |
commit | 4ba7210e44d8e696b24c24e0e64fc4890d6845c4 (patch) | |
tree | df99ee7d34e66c69f684a47bb4090fb382053da4 /etc | |
parent | e87e474c7f820c3ccb89ccec5b2eca68eb7a5256 (diff) | |
download | midipix_build-4ba7210e44d8e696b24c24e0e64fc4890d6845c4.tar.bz2 midipix_build-4ba7210e44d8e696b24c24e0e64fc4890d6845c4.tar.xz |
subr.ex/ex_pkg.subr:ex_pkg_unfold_depends(): emit warning vs. fatalexit on unknown dependencies.
etc/build.msgs.en:MSG_build_unknown_dep{,s}: emit warning vs. fatalexit on unknown dependencies.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/build.msgs.en | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/build.msgs.en b/etc/build.msgs.en index 529d1bda..30545eb2 100644 --- a/etc/build.msgs.en +++ b/etc/build.msgs.en @@ -12,8 +12,8 @@ MSG_build_killed_pids="1;Killed PID(s): %s"; MSG_build_reset_pkg_state="1;Reset package state for: %s"; MSG_build_resolved_deps="1;Resolved \`%s' dependencies."; MSG_build_resolving_deps="1;Resolving \`%s' dependencies..."; -MSG_build_unknown_dep="2;Error: dependency \`%s' of \`%s' unknown."; -MSG_build_unknown_deps="0;Error: packages with unknown dependencies."; +MSG_build_unknown_dep="2;Warning: dependency \`%s' of \`%s' unknown."; +MSG_build_unknown_deps="0;Warning: packages with unknown dependencies."; MSG_group_begin="4;[%3d%% ] [%03d/%03d] Starting \`%s' build group..."; MSG_group_finish="4;[%3d%% ] [%03d/%03d] Finished \`%s' build group."; |