* Xen git auto pull
@ 2010-05-20 22:44 ccmail111
2010-05-21 12:05 ` Pasi Kärkkäinen
0 siblings, 1 reply; 2+ messages in thread
From: ccmail111 @ 2010-05-20 22:44 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 1123 bytes --]
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 ?
[-- Attachment #1.2: Type: text/html, Size: 1841 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Xen git auto pull
2010-05-20 22:44 Xen git auto pull ccmail111
@ 2010-05-21 12:05 ` Pasi Kärkkäinen
0 siblings, 0 replies; 2+ messages in thread
From: Pasi Kärkkäinen @ 2010-05-21 12:05 UTC (permalink / raw)
To: ccmail111; +Cc: xen-devel
On Thu, May 20, 2010 at 03:44:57PM -0700, ccmail111 wrote:
> 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):
>
See: http://wiki.xensource.com/xenwiki/Xen4.0
You can only build xen/tools/stubdom, which bypasses kernel compilation.
-- Pasi
> 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@lists.xensource.com
> http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-05-21 12:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-20 22:44 Xen git auto pull ccmail111
2010-05-21 12:05 ` Pasi Kärkkäinen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).