From b1c3e8ae28fcd84c7182f4898c3250e18ed92f1a Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Sat, 28 Apr 2012 13:04:45 +0200 Subject: make gbuild the default assumption of build.pl this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b --- solenv/bin/modules/SourceConfig.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solenv/bin') diff --git a/solenv/bin/modules/SourceConfig.pm b/solenv/bin/modules/SourceConfig.pm index b96cde9fa9b4..ac63f3935a17 100644 --- a/solenv/bin/modules/SourceConfig.pm +++ b/solenv/bin/modules/SourceConfig.pm @@ -147,7 +147,7 @@ sub get_module_build_list { { ${$self->{MODULE_BUILD_LIST_PATHS}}{$module} = $module_path . "/prj/build.lst"; - if (-e $module_path . "/prj/makefile.mk" ) + if (!-e $module_path . "/prj/dmake" ) { # print "module $module -> gbuild\n"; ${$self->{MODULE_GBUILDIFIED}}{$module} = 1; -- cgit