summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ.T. Conklin <johntconklin@users.noreply.github.com>2005-03-11 05:11:03 +0000
committerJ.T. Conklin <johntconklin@users.noreply.github.com>2005-03-11 05:11:03 +0000
commitdbb0c1f1ae2f380138d1d6e42a385936e7433daf (patch)
tree39ccc0073f16129a028b294b20a731863e801028
parent42b43c49c13b2df59592a8e47b25377a84849e86 (diff)
downloadMPC-dbb0c1f1ae2f380138d1d6e42a385936e7433daf.tar.gz
ChangeLogTag: Thu Mar 10 21:08:24 2005 J.T. Conklin <jtc@acorntoolworks.com>
-rw-r--r--ChangeLog8
-rw-r--r--modules/AutomakeWorkspaceCreator.pm2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d42ae0ae..d55a8da3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Thu Mar 10 21:08:24 2005 J.T. Conklin <jtc@acorntoolworks.com>
+
+ * modules/AutomakeWorkspaceCreator.pm:
+
+ Emit the RCS/CVS Id in the boilerplate at the beginning of the
+ workspace Makefile.am in three separate substrings so that it's
+ not expanded each time this file is changed.
+
Thu Mar 10 20:13:58 2005 J.T. Conklin <jtc@acorntoolworks.com>
* modules/AutomakeWorkspaceCreator.pm:
diff --git a/modules/AutomakeWorkspaceCreator.pm b/modules/AutomakeWorkspaceCreator.pm
index 24a2f094..abc77dac 100644
--- a/modules/AutomakeWorkspaceCreator.pm
+++ b/modules/AutomakeWorkspaceCreator.pm
@@ -49,7 +49,7 @@ sub pre_workspace {
print $fh '## Process this file with automake to create Makefile.in', $crlf,
'##', $crlf,
- '## $Id$', $crlf,
+ '## ', '$', 'Id: ', '$', $crlf,
'##', $crlf,
'## This file was generated by MPC. Any changes made directly to', $crlf,
'## this file will be lost the next time it is generated.', $crlf,