Marcel Telka
2023-11-19 3ee84e8870f092b47659c2a6e77f0ee39a70609d
tools/perl-integrate-module: refresh-patches failure is not fatal

1 files modified
8 ■■■■ changed files
tools/perl-integrate-module 8 ●●●● patch | view | raw | blame | history
tools/perl-integrate-module
@@ -256,8 +256,12 @@
! $GMAKE patch > /dev/null 2>&1 && printf "FATAL: 'gmake patch' failed!\n" >&2 && exit 1
# Refresh patches
! $GMAKE refresh-patches > /dev/null 2>&1 && printf "FATAL: 'gmake refresh-patches' failed!\n" >&2 && exit 1
git add patches 2>/dev/null
if $GMAKE refresh-patches > /dev/null 2>&1 ; then
    git add patches 2>/dev/null
else
    printf "ERROR: 'gmake refresh-patches' failed!\n" >&2
    git checkout patches 2>/dev/null
fi
# Cleanup after patch refresh
$GMAKE clobber > /dev/null 2>&1