summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-08-10 14:12:30 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-08-10 14:12:30 +0000
commit333382b107ba613b9a2fde71cd208e4da94b9049 (patch)
tree1132584925a45b9f40457eedfc92ee947fc9119c
parent74f9ac092a14c233a0f72eaf4cc9cc3c558ba58f (diff)
downloadMPC-333382b107ba613b9a2fde71cd208e4da94b9049.tar.gz
ChangeLogTag: Tue Aug 10 09:10:36 2004 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog8
-rw-r--r--modules/MakeWorkspaceCreator.pm2
-rw-r--r--templates/make.mpd1
3 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f8403102..04ec3717 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Tue Aug 10 09:10:36 2004 Chad Elliott <elliott_c@ociweb.com>
+
+ * modules/MakeWorkspaceCreator.pm:
+ * templates/make.mpd:
+
+ Modifications to ensure that generated files get built before
+ anything else.
+
Mon Aug 9 07:50:47 2004 Chad Elliott <elliott_c@ociweb.com>
* modules/ProjectCreator.pm:
diff --git a/modules/MakeWorkspaceCreator.pm b/modules/MakeWorkspaceCreator.pm
index ea9fcbdb..bac7c865 100644
--- a/modules/MakeWorkspaceCreator.pm
+++ b/modules/MakeWorkspaceCreator.pm
@@ -103,7 +103,7 @@ sub write_comps {
($dname ne '.' ? "cd $dname; " : '') .
"\$(MAKE) PWD=`pwd` -f " .
($dname eq '.' ? $project : basename($project)) .
- $crlf;
+ ' generated all', $crlf;
}
## Print out the project_name_list target
diff --git a/templates/make.mpd b/templates/make.mpd
index 704c0cff..2c90a8d1 100644
--- a/templates/make.mpd
+++ b/templates/make.mpd
@@ -182,6 +182,7 @@ all: $(GENERATED_DIRTY)
<%endif%>
generated: $(GENERATED_DIRTY)
+ @-:
<%foreach(configurations)%>
<%if(tempinc)%>