mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 13:53:19 +00:00
Clarify the messages about the patched automake one more time.
Original commit message from CVS: Clarify the messages about the patched automake one more time. If it's not clear now, and people continue to complain about automake eating their resources, I'm mysteriously unable to hear them.
This commit is contained in:
parent
978c380731
commit
f47e6ef619
1 changed files with 5 additions and 3 deletions
|
@ -67,7 +67,7 @@ EOF
|
|||
if test -e $patchedfile; then
|
||||
PATCHED=0
|
||||
else
|
||||
echo "patching..."
|
||||
echo "making a patched version..."
|
||||
patch -R -s -f `which automake` <autogen.patch.tmp -o $patchedfile;
|
||||
chmod +x $patchedfile;
|
||||
PATCHED=1
|
||||
|
@ -78,14 +78,16 @@ EOF
|
|||
if test "x$PATCHED" == "x1"; then
|
||||
echo "A patched version of automake is available at:"
|
||||
echo "$patchedfile"
|
||||
echo "You should put this in an appropriate place, or modify $PATH, so that it is"
|
||||
echo "used in preference to this installed version of automake."
|
||||
fi
|
||||
fi
|
||||
echo "You should abort the build now and read the README file for an explanation."
|
||||
echo "You should abort the build now. Read the README file for an explanation."
|
||||
echo "***************************************************************************"
|
||||
echo
|
||||
# Give user time to respond
|
||||
sleep 5;
|
||||
echo "continuing anyway: I recommend keeping a check on the amount of memory used"
|
||||
echo "Continuing anyway: I recommend keeping a check on the amount of memory used"
|
||||
echo "while running automake - it is likely to grow extremely large."
|
||||
echo
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue