|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Xen git auto pull
Is there a way in Xen build structure - not to automatically git (update or create new directory) as below ?
I am looking for is: Xen "make" to skip/avoid below (automatically and as default):
make -f buildconfigs/mk.linux-2.6-pvops build make[4]:
Entering directory `/test/xen-4.0.0/contents' set -ex;
\ if ! [ -d linux-2.6-pvops.git ]; then \
rm -rf linux-2.6-pvops.git linux-2.6-pvops.git.tmp; \
mkdir linux-2.6-pvops.git.tmp; rmdir linux-2.6-pvops.git.tmp; \
git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
linux-2.6-pvops.git.tmp;
\ cd linux-2.6-pvops.git.tmp; \
git checkout xen/master; \ cd ..; mv
linux-2.6-pvops.git.tmp linux-2.6-pvops.git; \ fi
+ '[' -d linux-2.6-pvops.git ']' + rm -rf linux-2.6-pvops.git linux-2.6-pvops.git.tmp + mkdir linux-2.6-pvops.git.tmp + rmdir linux-2.6-pvops.git.tmp + git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-pvops.git.tmp
Any suggestions ?
|
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] Xen git auto pull,
ccmail111 <=
|
|
|
|
|