git.annexia.org
/
virt-mem.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b4113c
)
Added rules to download distribution kernels and update the kerneldb.
author
Richard W.M. Jones
<rjones@redhat.com>
Sat, 9 Aug 2008 09:54:35 +0000
(10:54 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Sat, 9 Aug 2008 09:54:35 +0000
(10:54 +0100)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index
35582d1
..
23fccb5
100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-88,6
+88,17
@@
distclean: clean
update-po:
$(MAKE) -C po all
+# Download distribution kernels (warning: takes AGES).
+
+update-kerneldb:
+ cd kernels && \
+ ../extract/fedora-koji/fedora-koji-download-kernels.opt
+
+# Rebuild the generated kernel struct parsers from the kerneldb.
+
+update-kernel-structs:
+ extract/codegen/kerneldb-to-parser.opt kernels lib
+
# Developer documentation (in html/ subdirectory).
ifneq ($(OCAMLDOC),)