[dahdi-commits] kpfleming: linux-complete/trunk r4539 - /linux-complete/trunk/

SVN commits to the DAHDI project dahdi-commits at lists.digium.com
Thu Jul 3 16:48:58 CDT 2008


Author: kpfleming
Date: Thu Jul  3 16:48:58 2008
New Revision: 4539

URL: http://svn.digium.com/view/dahdi?view=rev&rev=4539
Log:
make this package actually useful, so we can distribute a 'combined' package for easy installation

Added:
    linux-complete/trunk/Makefile   (with props)
    linux-complete/trunk/README   (with props)

Added: linux-complete/trunk/Makefile
URL: http://svn.digium.com/view/dahdi/linux-complete/trunk/Makefile?view=auto&rev=4539
==============================================================================
--- linux-complete/trunk/Makefile (added)
+++ linux-complete/trunk/Makefile Thu Jul  3 16:48:58 2008
@@ -1,0 +1,34 @@
+#
+# Makefile for DAHDI Linux kernel modules and tools
+#
+# Copyright (C) 2008 Digium, Inc.
+#
+#
+
+all:
+	$(MAKE) -C linux all
+	(cd tools && [ -f config.status ] || ./configure --with-dahdi=../linux)
+	$(MAKE) -C tools all
+
+clean:
+	$(MAKE) -C linux clean
+	$(MAKE) -C tools clean
+
+distclean: clean
+	$(MAKE) -C linux distclean
+	$(MAKE) -C tools distclean
+
+dist-clean: distclean
+
+install: all
+	$(MAKE) -C linux install
+	$(MAKE) -C tools install
+
+config: install
+	$(MAKE) -C tools config
+
+update:
+	$(MAKE) -C linux update
+	$(MAKE) -C tools update
+
+.PHONY: all clean distclean dist-clean install config update

Propchange: linux-complete/trunk/Makefile
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: linux-complete/trunk/Makefile
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: linux-complete/trunk/Makefile
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: linux-complete/trunk/README
URL: http://svn.digium.com/view/dahdi/linux-complete/trunk/README?view=auto&rev=4539
==============================================================================
--- linux-complete/trunk/README (added)
+++ linux-complete/trunk/README Thu Jul  3 16:48:58 2008
@@ -1,0 +1,33 @@
+This is a simple-to-install 'complete' DAHDI kit for Linux users. It
+is designed to be a drop-in replacement for users used to building
+Zaptel 1.2 or 1.4 for their system without specifying any special
+build options, file locations, or anything else. If you need to
+influence the build or installation process in any way outside the
+defaults, you will need to use the installation steps specific to the
+dahdi-linux and dahdi-tools packages separately (both of which are
+located in subdirectories of the dahdi-complete package).
+
+To install this package, execute these commands:
+
+Step 1)
+
+$ make all
+
+This will build the dahdi-linux kernel modules for your
+currently-running Linux kernel, and the dahdi-tools userspace tools.
+
+Step 2)
+
+$ make install
+
+You will need to run this step as root (or via sudo or some
+equivalent), to install the kernel modules and userspace tools on your
+system.
+
+Step 3 (optional))
+
+$ make config
+
+Again you will need to run this step as root or equivalent; this step
+is only needed if you want to install the sample DAHDI configuration
+files and init script and have not previously installed them.

Propchange: linux-complete/trunk/README
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: linux-complete/trunk/README
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: linux-complete/trunk/README
------------------------------------------------------------------------------
    svn:mime-type = text/plain




More information about the dahdi-commits mailing list