mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Be a tiny bit more verbose.
This commit is contained in:
@ -17,7 +17,7 @@ LIBDIR=$OBJDIR/lib
|
|||||||
CONFDIR=$OBJDIR/conf
|
CONFDIR=$OBJDIR/conf
|
||||||
shift
|
shift
|
||||||
|
|
||||||
echo "Merging system-dependent modules"
|
echo "Merging system-dependent modules ($@)"
|
||||||
MODULES=`for a in $@ ; do
|
MODULES=`for a in $@ ; do
|
||||||
sed <$SRCDIR/$a/Modules "s@\\(.*\\)@\\1 $a/\\1@"
|
sed <$SRCDIR/$a/Modules "s@\\(.*\\)@\\1 $a/\\1@"
|
||||||
done |
|
done |
|
||||||
|
Reference in New Issue
Block a user