X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.in;h=27baac37d79a9dd1698c5843dfa88e225656b560;hb=4a4b430ff3113eb4f116121455da020c8f350029;hp=35582d1e5ec4fecb74cc43523dec48f19c76956e;hpb=4b4113cb4542d2b9f7bec30e4dda8588538ab9f6;p=virt-mem.git diff --git a/Makefile.in b/Makefile.in index 35582d1..27baac3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -36,7 +36,7 @@ OCAMLDOCFILES = lib/virt_mem_utils.ml \ HAVE_PERLDOC = @HAVE_PERLDOC@ -TOOLS = uname dmesg ps +TOOLS = uname dmesg ps ifconfig export TOOLS SUBDIRS_NOT_PO = lib $(TOOLS) mem extract/fedora-koji extract/codegen @@ -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),)