Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

root: 4578 560

latest revision download Branch root:

4578 deleted | Lines: 0 ( +0, -19 )

Created: 2007-03-13 02:17:58 -0400 (17 months ago) | Author: mikej | Changeset: 4578

Fix re-generation of switch_version.h
remove some un-used and un-necessary shell scripts

4577 annotated / raw | Diffs: previous, other | Lines: 19 ( +0, -8 )

Created: 2007-03-12 22:26:00 -0400 (17 months ago) | Author: mikej | Changeset: 4577

move module make to it's own makefile
remove need for modmake.sh (its use is now fully adressed within src/mod/Makefile.am)
remove need for generic_mod.mk (it uses the generated build/modmake.rules now instead)
add support for building out of tree modules as part of the freeswitch build simply by adding the full path to the module dir to your modules.conf
remove the need for special tragets to build.
make will now do a make through the core AND all the modules.
make install will now install the core and all the modules.
most or all of the old targets are still there, plus the new target "core" that will do more or less what make used to do.
make should now be able to be done without write permissions to the prefix directory (make install of course will still need them) whith the exception of modules that use buildlib.sh to download and install thier dependencies.  This will be fixed in a future revision.
checkversion.sh no longer will clean the modules on a change.  The need for this should be gone with the correct include paths to have the src directory included first.
Some steps in this commit to move us closer to being able to build with non gnu make (gmake).  Still some more work to do in this regard as well.
buildlib.sh no longer exports CFLAGS, just passes them to the confiure.
Move a little closer to supporting install directories in the "automake way" where all the dirs will be acutally determined in configure, and follow the standard install targets in Makefile.am
no longer build the modules twice on make install

Additional fixes still on the way for proper dependency tracking for the module builds, so they don't build every time.

any input on how to reach some of the goals stated above of supporting non gnu make, and more properly handling the install directories is appretiated.  Drop me an e-mail if you are intersted in helping.

Mike


2896 annotated / raw | Diffs: previous, other | Lines: 27 ( +8, -1 )

Created: 2006-09-30 03:44:25 -0400 (22 months ago) | Author: anthm | Changeset: 2896

fix checkversion on Freebsd, another hardcoded make

2422 annotated / raw | Diffs: previous, other | Lines: 20 ( +4, -0 )

Created: 2006-08-28 22:42:27 -0400 (2 years ago) | Author: anthm | Changeset: 2422

WIP

1395 annotated / raw | Diffs: previous, other | Lines: 16 ( +1, -6 )

Created: 2006-05-08 00:10:21 -0400 (2 years 3 months ago) | Author: mikej | Changeset: 1395

make script work on solaris

560 new annotated / raw | Lines: 21 ( +21, -0 )

Created: 2006-02-07 19:57:35 -0500 (2 years 6 months ago) | Author: mikej | Changeset: 560

Build system cleanup, initial piece of automatic build test system (thanks xachen)
minor mod- I kept build.sh in the root dir for now.