Searched refs:sourcedir (Results 1 – 1 of 1) sorted by relevance
65 sourcedir=${1-/usr/src/linux}69 if [ "$1" = -h -o "$1" = --help -o ! -r "$sourcedir/Makefile" ]; then71 usage: $PNAME [-h] [ sourcedir [ patchdir [ stopversion ] [ -acxx ] ] ]149 if $uncomp ${patchdir}/$1${ext} | patch -p1 -s -N -E -d $sourcedir156 if [ "`find $sourcedir/ '(' -name '*.rej' -o -name '.*.rej' ')' -print`" ]162 find $sourcedir/ '(' -name '*.orig' -o -name '.*.orig' ')' -exec rm -f {} \;171 if $uncomp ${patchdir}/"$1"${ext} | patch -p1 -Rs -N -E -d $sourcedir178 if [ "`find $sourcedir/ '(' -name '*.rej' -o -name '.*.rej' ')' -print`" ]184 find $sourcedir/ '(' -name '*.orig' -o -name '.*.orig' ')' -exec rm -f {} \;193 grep -E "^(VERSION|PATCHLEVEL|SUBLEVEL|EXTRAVERSION)" $sourcedir/Makefile > $TMPFILE[all …]