0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-18 19:35:20 +00:00

Be a tiny bit more verbose.

This commit is contained in:
Pavel Machek 1999-01-15 14:42:55 +00:00
parent 72380a3447
commit eeb05158ac

View File

@ -17,7 +17,7 @@ LIBDIR=$OBJDIR/lib
CONFDIR=$OBJDIR/conf
shift
echo "Merging system-dependent modules"
echo "Merging system-dependent modules ($@)"
MODULES=`for a in $@ ; do
sed <$SRCDIR/$a/Modules "s@\\(.*\\)@\\1 $a/\\1@"
done |