summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-11explain how to work with dahdi-linuxTzafrir Cohen
2009-06-11ignore more dahdi-linux generated filesTzafrir Cohen
2009-06-05explin fail reason in modinfoTzafrir Cohen
* -m (--modinfo) now shows the dependencies (and which of those are unsatisfied). * With the new option -v (--verose) it also gives a better reason and a multi-line list of dependencies. * Patchy fix to reading dependencies from the dump file: were read as string rather than array.
2009-06-04ignore utils/poll.c in asterisk as wellTzafrir Cohen
Ignore yet another file (thanks Fredrik Liljegren)
2009-06-04For people who use the wrong editor :-)Tzafrir Cohen
2009-05-08add 'tests' to list of menuselect subdirectoriesTzafrir Cohen
2009-05-08gitignore and howto for libpriTzafrir Cohen
2009-04-25Add the missing Pros and Cons sectionTzafrir Cohen
2009-04-25documents based on my mailing list postsTzafrir Cohen
2009-04-25be quiet if no modules were found for -mTzafrir Cohen
print_modules_status does not return a useful value, so don't rely on it.
2009-04-25also print --check-deps in the usage messageTzafrir Cohen
2009-04-25fix reversed logic for XMLTzafrir Cohen
The Asterisk build system has two different sources of configuration: * Information in modules * Information from external XML files (for CFLAGS and sound files) For modules having the name set menuselect.makeopts disables the module from building. For data from XML - it enables using it. This change applies the reversed logic where it is ought to be applied: when writing menuselect.makedeps . This should allow dummy-select to be used with all versions of Asterisk.
2009-04-14dummy-select: a version for asteris 1.6.2/trunkTzafrir Cohen
2009-04-14update_tags: update the list of tags from svnTzafrir Cohen
2009-04-14gitignore files for dahdi-tools/linuxTzafrir Cohen
2009-04-14asterisk_gitignore: .gitignore for asteriskTzafrir Cohen