Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
m4/sage_spkg_collect.m4: Reduce verbosity by removing 'does not suppo…
Browse files Browse the repository at this point in the history
…rt check for system package'
  • Loading branch information
Matthias Koeppe committed Sep 15, 2020
1 parent 3c98700 commit 182c1fd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions m4/sage_spkg_collect.m4
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ for DIR in $SAGE_ROOT/build/pkgs/*; do
], [ message="not required on your platform; SPKG will not be installed"
])
], [
dnl We won't use the system package.
dnl We will not use the system package.
SAGE_BUILT_PACKAGES="${SAGE_BUILT_PACKAGES} \\$(printf '\n ')${SPKG_NAME}"
AS_VAR_SET_IF([sage_use_system], [
AS_VAR_COPY([reason], [sage_use_system])
Expand All @@ -218,9 +218,6 @@ for DIR in $SAGE_ROOT/build/pkgs/*; do
],
[installed], [ message="already installed as an SPKG$uninstall_message" ],
[ message="$reason; $message" ])
], [
# Package does not use spkg-configure.m4 yet
message="does not support check for system package; $message"
])
])
formatted_message=$(printf '%-45s%s' "$SPKG_NAME-$SPKG_VERSION:" "$message")
Expand Down

0 comments on commit 182c1fd

Please sign in to comment.