some cp implementations do not support the -v option
This commit is contained in:
parent
02e41f7346
commit
e823722b5d
|
@ -560,7 +560,7 @@ if [ "$MAKEFILE" = "Makefile.bsd" ] || [ "$OS_NAME" = "Darwin" ] || [ "$OS_NAME"
|
|||
echo "CPPFLAGS += -I." >> bsdmake.inc
|
||||
fi
|
||||
if [ "$MAKEFILE" ] ; then
|
||||
cp -v "${BASEDIR}/${MAKEFILE}" Makefile
|
||||
cp "${BASEDIR}/${MAKEFILE}" Makefile && echo "${BASEDIR}/${MAKEFILE} -> Makefile"
|
||||
fi
|
||||
|
||||
# UUID API
|
||||
|
|
Loading…
Reference in New Issue