From: Horms <horms@verge.net.au>
To: xen-devel@lists.xensource.com
Cc: Magnus Damm <magnus@valinux.co.jp>, Horms <horms@verge.net.au>
Subject: [PATCH 2/11] build: Remove iptables and python loging helper targets
Date: Mon, 10 Apr 2006 11:29:24 +0900 [thread overview]
Message-ID: <20060410022924.15477.62837.sendpatchset@tabatha.lab.ultramonkey.org> (raw)
In-Reply-To: <20060410022914.15477.13677.sendpatchset@tabatha.lab.ultramonkey.org>
# HG changeset patch
# User Horms <horms@verge.net.au>
# Node ID 85038f661b0283fd5d8e152b234e130862932763
# Parent 6f44e906b2b6b70736a272be7b2d26c99532d886
build: Remove iptables and python loging helper targets
These targets don't really fit into the build infastructure,
for instance there is no faclilty for them to be removed
on make distclean. I posted a patch that fleshed out the targets,
but Christian Limpach suggested to me that removing them
would be a better idea.
Signed-Off-By: Horms <horms@verge.net.au>
diff -r 6f44e906b2b6 -r 85038f661b02 Makefile
--- a/Makefile Thu Mar 30 15:13:32 2006 +0900
+++ b/Makefile Thu Mar 30 15:13:35 2006 +0900
@@ -115,18 +115,6 @@ distclean: clean
# Linux name for GNU distclean
mrproper: distclean
-install-logging: LOGGING=logging-0.4.9.2
-install-logging:
- [ -f $(LOGGING).tar.gz ] || wget http://www.red-dove.com/$(LOGGING).tar.gz
- tar -zxf $(LOGGING).tar.gz
- cd $(LOGGING) && python setup.py install
-
-# handy target to upgrade iptables (use rpm or apt-get in preference)
-install-iptables:
- wget http://www.netfilter.org/files/iptables-1.2.11.tar.bz2
- tar -jxf iptables-1.2.11.tar.bz2
- $(MAKE) -C iptables-1.2.11 PREFIX= KERNEL_DIR=../linux-$(LINUX_VER)-xen0 install
-
help:
@echo 'Installation targets:'
@echo ' install - build and install everything'
@@ -153,10 +141,6 @@ help:
@echo ' build trees'
@echo ' kdelete - delete guest kernel build trees'
@echo ' kclean - clean guest kernel build trees'
- @echo ''
- @echo 'Dependency installation targets:'
- @echo ' install-logging - install the Python Logging package'
- @echo ' install-iptables - install iptables tools'
@echo ''
@echo 'Miscellaneous targets:'
@echo ' prep-kernels - prepares kernel directories, does not build'
--
Horms
next prev parent reply other threads:[~2006-04-10 2:29 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-10 2:29 [PATCH 0/11] libxc: various build cleanups Horms
2006-04-10 2:29 ` [PATCH 1/11] build: Remove unused netbsd build fragments Horms
2006-04-10 2:29 ` Horms [this message]
2006-04-10 2:29 ` [PATCH 3/11] build: Make sure that DESTDIR is set Horms
2006-04-10 2:29 ` [PATCH 4/11] build: Clean up use of .PHONY Horms
2006-04-10 2:29 ` [PATCH 5/11] build: clean up output of make help a little bit Horms
2006-04-10 2:29 ` [PATCH 6/11] build: Document the use of XEN_PYTHON_NATIVE_INSTALL Horms
2006-04-10 2:29 ` [PATCH 7/11] build: clean up kclean and distclean for kernel Horms
2006-04-10 2:29 ` [PATCH 8/11] build: Clean pygrub's a.out Horms
2006-04-10 2:29 ` [PATCH 9/11] build: Use --bzip2 with tar instead of -j Horms
2006-04-10 2:30 ` [PATCH 10/11] build: make linux download more flexable Horms
2006-04-10 2:30 ` [PATCH 11/11] build: Don't assume that mkbuildtree is executable Horms
2006-04-10 15:40 ` Keir Fraser
2006-04-11 1:23 ` Horms
2006-04-11 8:26 ` Keir Fraser
2006-04-11 8:50 ` Horms
2006-04-11 9:23 ` Keir Fraser
2006-04-13 2:22 ` Horms
2006-04-13 10:21 ` Keir Fraser
2006-04-14 1:44 ` Horms
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060410022924.15477.62837.sendpatchset@tabatha.lab.ultramonkey.org \
--to=horms@verge.net.au \
--cc=magnus@valinux.co.jp \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.