summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2008-08-27add --enable-dev-mode support, and fix up a couple of warnings found using ↵Kevin P. Fleming
it (only two, surprisingly) git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4845 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-26* Add a "docs" target to generate documentation.Tzafrir Cohen
* Demote/promote some headers. * Fix URL for on-line copy of the README. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4844 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-01run this script from the correct locationKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4649 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-01use proper name now that the generated filename has changedKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4647 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-01reduce the amount of recompiling necessary when the version string changesKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4646 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-30use proper technique for rebuilding version.hKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4639 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-30various Makefile cleanupsKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4635 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-29add dependency trackingKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4634 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-10* A few more README cleanups.Tzafrir Cohen
* Update "HTML copy" link to http://docs.tzafrir.org.il/dahdi/README.html * Also HTML-ize man page in xpp/ . git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4605 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-10* Include init.conf in the README as well.Tzafrir Cohen
* Initial support for referencing configuration directives from the asciidoc-ed README. * Ignore files generated while making documentation. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4602 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-09Also delete build_tools/menuselect-deps on dist-clean.Tzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4585 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-08Split up modprobe.conf.sample into one file for options, and another file forShaun Ruffell
the blacklist. This way updating the blacklist in a future release will not necessarily overwrite any of the users options. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4581 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-08Adding all the modules to the system blacklist by default on "make config".Shaun Ruffell
This module list is just hardcoded in modprobe.conf.sample. It probably should be based on the modules that are about to be installed...but that will need to wait until later. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4580 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-08- Renamed init.conf to init.conf.sampleShaun Ruffell
- Added /etc/dahdi/modules file that contains comments or the names of modules to load. - Removed the MODULES variable from /etc/dahdi/init.conf. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4578 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-07Add commented out module names in init.conf and update the init script toShaun Ruffell
report when the MODULES parameter is empty at dahdi start. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4564 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-06* Copied over the old zaptel.conf sample as doc/system.conf .Tzafrir Cohen
* Fixed installation of system.conf and man pages in main Makefile. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4543 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-03sbindir is picked up from configure too. Let's mention it.Jason Parker
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4535 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-07-03No longer install utils into /sbin/ (with the justification that "that's ↵Jason Parker
just how we've always done it"). Use what configure detected sbindir as. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4534 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-30Fix a Makefile syntax issue.Jason Parker
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4485 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-29* dahdi.init: cleanups.Tzafrir Cohen
* init.conf: example configuration for the init script. * dahdi.rules: udev rules (still not installed). * Makefile: simplify install of RCCONF . git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4483 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-25* dahdi.conf -> /etc/dahdi/system.conf in the tools this time.Tzafrir Cohen
* Kill some remaining zaptel strings. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4460 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-24add initial set of upgrade instructions; much more to comeKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4451 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-19* Do build the xpp/ subdirectory.Tzafrir Cohen
* Clean subdirectories. * -include in xpp. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4417 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-17* Fix names of libraries: dahdi_tool builds.Tzafrir Cohen
* Honor --with-dahdi=custom/path git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4369 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-05-23simple fixes to get installation working... more to comeKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4359 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-05-23minor Makefile improvementsKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4358 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-05-23Remove remaining references to zap devices and some zaptel referencesMatthew Fredrickson
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4352 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-05-23get version string built correctly, fix some minor bugs in the configure scriptKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4342 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-05-23various minor fixes and get dahdi_tool to actually be builtKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4340 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-05-23yay, all the tools compile nowKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4339 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-05-23get menuselect to run with the right selectionsKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4338 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-05-23initial copyKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4335 a0bf4364-ded3-4de4-8d8a-66a801d63aff