summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-10-30 15:33:57 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-10-30 15:33:57 +0000
commit969b59f9792413ec9c9ad2e3b18f673089ff8739 (patch)
treec539162103e6bf20e237636280fa6a89fc4026ac
parentb699aa30aa79f357f8bae16c81b23201302c5c2a (diff)
downloadATCD-969b59f9792413ec9c9ad2e3b18f673089ff8739.tar.gz
ChangeLogTag: Thu Oct 30 09:33:15 2003 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog7
-rw-r--r--bin/MakeProjectCreator/templates/make.mpd2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c3eda5828a6..c6d9913a618 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Oct 30 09:33:15 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/templates/make.mpd:
+
+ Allow the GENFLAGS value to be overriden by MPC when the makefiles
+ are being generated.
+
Thu Oct 30 14:24:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
* netsvcs/clients/Naming/Dump_Restore/Dump_Restore.mpc:
diff --git a/bin/MakeProjectCreator/templates/make.mpd b/bin/MakeProjectCreator/templates/make.mpd
index b78035e19a2..321636abf0b 100644
--- a/bin/MakeProjectCreator/templates/make.mpd
+++ b/bin/MakeProjectCreator/templates/make.mpd
@@ -37,7 +37,7 @@ SHFLAGS = <%shflags%>
TEMPINCDIR = <%tempinc%>/<%project_name%>
<%endif%>
<%endfor%>
-GENFLAGS = -g
+GENFLAGS = <%genflags(-g)%>
CPPFLAGS = $(PICFLAGS) $(GENFLAGS)<%if(cppflags)%> <%cppflags%><%endif%><%foreach(configurations)%><%if(tempinc)%> <%tempincopt%>$(TEMPINCDIR)<%endif%><%endfor%><%foreach(platforms)%><%if(extracppflags)%> <%extracppflags%><%endif%><%endfor%><%foreach(configurations)%><%if(compilerflags)%> <%compilerflags%><%endif%><%endfor%><%if(pch_header)%><%foreach(pch_defines)%> -D<%pch_define%><%endfor%><%endif%><%if(includes)%><%foreach(includes)%> -I<%include%><%endfor%><%endif%><%if(macros)%><%foreach(macros)%> -D<%macro%><%endfor%><%endif%>
<%if(arflags)%>
ARFLAGS = <%arflags%>