This commit is contained in:
ceriel
1991-10-16 13:28:48 +00:00
parent 147bb196b2
commit 7987f04e22
6 changed files with 38 additions and 47 deletions

View File

@@ -6,9 +6,12 @@ elif grep LIST $DESTDIR/$1/.distr >/dev/null 2>&1 &&
${DA-false} "$1" "$2"
then
: Fetched library contents one by one and put them together
elif ( cd $DESTDIR/$1 ; make distr ) > /dev/null 2>&1
then
echo ++ $1/$2 made 1>&2
elif ( cd $DESTDIR/$1 ; make $2 ) > /dev/null 2>&1
then
echo ++ $1/$2 made
echo ++ $1/$2 made 1>&2
else
echo ++ $1/$2 not present
echo ++ $1/$2 not present 1>&2
fi