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

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu May 11 21:49:32 UTC 2006


Author: quintela

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

Modified Files:
	rebase-xen.sh 
Log Message:
rebase using new xen layout


Index: rebase-xen.sh
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-5/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	11 May 2006 21:49:30 -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*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 linux*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*xen > linux-2.6-xen.patch
 if [ $? -gt 1 ] ; then
     exit $?
 fi




More information about the fedora-cvs-commits mailing list