[Home]

Summary:ASTERISK-01321: [patch] Small patch to Makefile
Reporter:Anthony Minessale (anthm)Labels:
Date Opened:2004-03-31 19:26:50.000-0600Date Closed:2011-06-07 14:04:43
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) astxs.txt
( 1) make_diff.txt
Description:This minor harmless patch to some of the Makefile(s)
will allow a utility I am working on to gather env info
very easily this will allow the following make args:

make env
make app_env
make res_env
make chan_env

It essentially prints out the env as seen by make at the
various stages and will allow an external compile tool to
gather the info.
Comments:By: Anthony Minessale (anthm) 2004-03-31 19:51:55.000-0600

to be exact

make <subdir>_env

make channels_env
make apps_env
etc.....

By: Anthony Minessale (anthm) 2004-03-31 20:00:44.000-0600

Added astxs.txt (rename to /bin/astxs)

This program can be used to build asterisk mods outside the tree
it's new and can use some more work but it's a good start
this paticular version depends on the above Makefile patch to
gather the right compile flags etc...

edited on: 03-31-04 18:51

By: Anthony Minessale (anthm) 2004-04-16 15:31:02

added to CVS 2004-04-16

By: James Golovich (jamesgolovich) 2004-04-17 15:25:30

These are non-portable and should not have been applied without making them portable

By: Brian West (bkw918) 2004-04-17 22:55:00

citats was this fixed?  if not let me know.

bkw