From 417c4acc4a75023237687193249f06e542e4e8b1 Mon Sep 17 00:00:00 2001 From: John Voltz Date: Thu, 13 Mar 2008 17:10:40 +0000 Subject: make patch-kernel create lists of applied patches, very handy indeed --- toolchain/patch-kernel.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'toolchain') diff --git a/toolchain/patch-kernel.sh b/toolchain/patch-kernel.sh index b6722cecd..5a29c6773 100755 --- a/toolchain/patch-kernel.sh +++ b/toolchain/patch-kernel.sh @@ -37,6 +37,7 @@ for i in `cd ${patchdir}; ls -d ${patchpattern} 2> /dev/null` ; do esac echo "" echo "Applying ${i} using ${type}: " + echo ${i} | cat >> ${targetdir}/.applied_patches_list ${uncomp} ${patchdir}/${i} | patch -p1 -E -d ${targetdir} if [ $? != 0 ] ; then echo "Patch failed! Please fix $i!" -- cgit v1.2.3-55-g7522