All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][2nd try] add make prep-kernels support
@ 2005-12-05 15:35 Paul Larson
  2005-12-10 15:43 ` Vincent Hanquez
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Larson @ 2005-12-05 15:35 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 168 bytes --]

This seemed to be well received when it was submitted before, but never 
actually made it in.  Would be very useful for test automation purposes.

Thanks,
Paul Larson


[-- Attachment #2: prep-kernels.patch --]
[-- Type: text/x-patch, Size: 2173 bytes --]

# HG changeset patch
# User pl@us.ibm.com
# Node ID 24c85ccb358307d990687c832e0e61116363f2b9
# Parent  f62f9b1732b9adaeab50b808746097b7aa089f5d
Allows a 'make prep-kernels' which sets up the kernel directories, allowing 
certain types of test automation to be done more easily.

diff -r f62f9b1732b9 -r 24c85ccb3583 Makefile
--- a/Makefile	Thu Dec  1 20:43:04 2005 +0100
+++ b/Makefile	Thu Dec  1 18:15:21 2005 -0600
@@ -58,6 +58,9 @@
 tools: dist-tools
 kernels: dist-kernels
 docs: dist-docs
+
+prep-kernels:
+	for i in $(XKERNELS) ; do $(MAKE) $$i-prep || exit 1; done
 
 install-xen:
 	$(MAKE) -C xen install
diff -r f62f9b1732b9 -r 24c85ccb3583 buildconfigs/Rules.mk
--- a/buildconfigs/Rules.mk	Thu Dec  1 20:43:04 2005 +0100
+++ b/buildconfigs/Rules.mk	Thu Dec  1 18:15:21 2005 -0600
@@ -89,6 +89,9 @@
 	touch $@ # update timestamp to avoid rebuild
 endif
 
+%-prep:
+	$(MAKE) -f buildconfigs/mk.$* prep
+
 %-install:
 	$(MAKE) -f buildconfigs/mk.$* build
 
diff -r f62f9b1732b9 -r 24c85ccb3583 buildconfigs/mk.linux-2.6-xen
--- a/buildconfigs/mk.linux-2.6-xen	Thu Dec  1 20:43:04 2005 +0100
+++ b/buildconfigs/mk.linux-2.6-xen	Thu Dec  1 18:15:21 2005 -0600
@@ -40,6 +40,8 @@
 	  rm -f Makefile ; mv Mk.tmp Makefile )
 	$(MAKE) -C $(LINUX_DIR) ARCH=$(LINUX_ARCH) oldconfig
 
+prep:	$(LINUX_DIR)/include/linux/autoconf.h
+
 config: CONFIGMODE = menuconfig
 config: $(LINUX_DIR)/include/linux/autoconf.h
 	$(MAKE) -C $(LINUX_DIR) ARCH=$(LINUX_ARCH) $(CONFIGMODE)
# HG changeset patch
# User pl@us.ibm.com
# Node ID 554278b41bbbb5f80c3d343e95eb1e2941dc3501
# Parent  24c85ccb358307d990687c832e0e61116363f2b9
Added make help info for prep-kernels

diff -r 24c85ccb3583 -r 554278b41bbb Makefile
--- a/Makefile	Thu Dec  1 18:15:21 2005 -0600
+++ b/Makefile	Thu Dec  1 18:17:43 2005 -0600
@@ -159,6 +159,7 @@
 	@echo '  install-iptables - install iptables tools'
 	@echo ''
 	@echo 'Miscellaneous targets:'
+	@echo '  prep-kernels     - prepares kernel directories, does not build'
 	@echo '  mkpatches        - make patches against vanilla kernels from'
 	@echo '                     sparse trees'
 	@echo '  uninstall        - attempt to remove installed Xen tools (use'

[-- Attachment #3: 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: [PATCH][2nd try] add make prep-kernels support
  2005-12-05 15:35 [PATCH][2nd try] add make prep-kernels support Paul Larson
@ 2005-12-10 15:43 ` Vincent Hanquez
  0 siblings, 0 replies; 2+ messages in thread
From: Vincent Hanquez @ 2005-12-10 15:43 UTC (permalink / raw)
  To: Paul Larson; +Cc: xen-devel

On Mon, Dec 05, 2005 at 09:35:26AM -0600, Paul Larson wrote:
> This seemed to be well received when it was submitted before, but never 
> actually made it in.  Would be very useful for test automation purposes.

Applied
thanks,
-- 
Vincent Hanquez

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-12-10 15:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-05 15:35 [PATCH][2nd try] add make prep-kernels support Paul Larson
2005-12-10 15:43 ` Vincent Hanquez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.