Searched refs:sourcedir (Results 1 – 1 of 1) sorted by relevance
64 sourcedir=${1-/usr/src/linux}68 if [ "$1" = -h -o "$1" = --help -o ! -r "$sourcedir/Makefile" ]; then70 usage: $PNAME [-h] [ sourcedir [ patchdir [ stopversion ] [ -acxx ] ] ]148 if $uncomp ${patchdir}/$1${ext} | patch -p1 -s -N -E -d $sourcedir155 if [ "`find $sourcedir/ '(' -name '*.rej' -o -name '.*.rej' ')' -print`" ]161 find $sourcedir/ '(' -name '*.orig' -o -name '.*.orig' ')' -exec rm -f {} \;170 if $uncomp ${patchdir}/"$1"${ext} | patch -p1 -Rs -N -E -d $sourcedir177 if [ "`find $sourcedir/ '(' -name '*.rej' -o -name '.*.rej' ')' -print`" ]183 find $sourcedir/ '(' -name '*.orig' -o -name '.*.orig' ')' -exec rm -f {} \;192 grep -E "^(VERSION|PATCHLEVEL|SUBLEVEL|EXTRAVERSION)" $sourcedir/Makefile > $TMPFILE[all …]