rpms/kernel/devel/scripts rebase-xen.sh,1.2,1.3

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Apr 14 18:12:04 UTC 2006


Author: quintela

Update of /cvs/dist/rpms/kernel/devel/scripts
In directory cvs.devel.redhat.com:/tmp/cvs-serv18305/scripts

Modified Files:
	rebase-xen.sh 
Log Message:
rebase xen & all its friends


Index: rebase-xen.sh
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/scripts/rebase-xen.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rebase-xen.sh	6 Mar 2006 16:32:55 -0000	1.2
+++ rebase-xen.sh	14 Apr 2006 18:11:53 -0000	1.3
@@ -2,11 +2,11 @@
 
 set -x
 
-if [ ! -d linux-2.6.*-xen0 -o ! -d ref-linux-2.6.* ] ; then
+if [ ! -d linux-2.6.*-xen -o ! -d ref-linux-2.6.* ] ; then
     make prep-kernels || exit 1
 fi
 
-pushd *xen0 || exit 1
+pushd linux-2.6.*-xen || exit 1
 make distclean || exit 1
 popd
 
@@ -19,9 +19,9 @@
 # our own Makefile changes; exclude these the easy way by making the files
 # the same in both arms of the diff!
 #
-\cp -f *xen0/Makefile ref-linux-2.6.*/Makefile
+\cp -f *-xen/Makefile ref-linux-2.6.*/Makefile
 
-diff -Nru -p --exclude='.*' ref-linux-2.6.* *xen0 > linux-2.6-xen.patch
+diff -Nru -p --exclude='.*' ref-linux-2.6.* linux-2.6*-xen > linux-2.6-xen.patch
 if [ $? -gt 1 ] ; then
     exit $?
 fi




More information about the fedora-cvs-commits mailing list