From 24e2e224b8171094a2dd8b9232da439ae1ecf711 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Sun, 18 Jun 2006 12:52:08 +0000 Subject: commit russell's menuselect/buildoptions work with some changes: reverted per-directory .cleancount support added ability for 'remove_on_change' to support multiple filenames add 'remove_on_change' support to members, not just categories only do 'remove_on_change' removals if the config is actually saved add a 'remove_on_change' entry for each module found by prep_moduledeps so that if it gets turned off any existing .o/.so files will disappear git-svn-id: http://svn.digium.com/svn/asterisk/trunk@34577 f38db490-d61c-443f-a65b-d21fe96a405b --- build_tools/prep_moduledeps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_tools/prep_moduledeps') diff --git a/build_tools/prep_moduledeps b/build_tools/prep_moduledeps index 1a131cb43..f15827882 100755 --- a/build_tools/prep_moduledeps +++ b/build_tools/prep_moduledeps @@ -38,7 +38,7 @@ process_dir() { fname=${file##${dir}/} get_description ${file} desc=${TDESC} - echo -e "\t\t" + echo -e "\t\t" awk -f build_tools/get_moduleinfo ${file} echo -e "\t\t" done -- cgit v1.2.3