summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Mitz <mitza-oci@users.noreply.github.com>2010-08-31 15:07:37 +0000
committerAdam Mitz <mitza-oci@users.noreply.github.com>2010-08-31 15:07:37 +0000
commitf131669c2f8e88d9668090381ba04a75c732c8cb (patch)
treed532f05f5e77e5185c6ea9b71e6a3194cca354fb
parent8ed1837688c1287bc541baacc8bf05afd6015156 (diff)
downloadATCD-f131669c2f8e88d9668090381ba04a75c732c8cb.tar.gz
ChangeLogTag: Tue Aug 31 15:06:49 UTC 2010 Adam Mitz <mitza@ociweb.com>
-rw-r--r--CIAO/ChangeLog7
-rw-r--r--CIAO/DAnCE/DAnCE/DAnCE_Core.mpc10
2 files changed, 7 insertions, 10 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index 7170a2540a8..34c463a1c16 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,10 @@
+Tue Aug 31 15:06:49 UTC 2010 Adam Mitz <mitza@ociweb.com>
+
+ * DAnCE/DAnCE/DAnCE_Core.mpc:
+
+ Small modification to Will's commit (directly below this): the
+ verbatim sections for post-install steps are not needed here.
+
Tue Aug 31 14:16:26 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>
* DAnCE/DAnCE/DAnCE_Core.mpc:
diff --git a/CIAO/DAnCE/DAnCE/DAnCE_Core.mpc b/CIAO/DAnCE/DAnCE/DAnCE_Core.mpc
index 5639baeb242..9b08146650b 100644
--- a/CIAO/DAnCE/DAnCE/DAnCE_Core.mpc
+++ b/CIAO/DAnCE/DAnCE/DAnCE_Core.mpc
@@ -22,11 +22,6 @@ project(DAnCE_IDL) : ciaolib_with_idl, dance_output, valuetype, gen_ostream, \
IDL_Files {
DAnCE_ArtifactInstallation.idl
}
-
- verbatim(gnuace, postinstall) {
-" $(MKDIR) $(INSTALL_PREFIX)/share/DAnCE/DAnCE"
-" cp DAnCE_LocalityManager.idl $(INSTALL_PREFIX)/share/DAnCE/DAnCE/"
- }
}
project (DAnCE_stub) : ciaolib_with_idl, dance_output, \
@@ -64,11 +59,6 @@ project (DAnCE_stub) : ciaolib_with_idl, dance_output, \
Template_Files {
DAnCE_Utility.tpp
}
-
- verbatim(gnuace, postinstall) {
-" $(MKDIR) $(INSTALL_PREFIX)/share/DAnCE/DAnCE"
-" cp DAnCE_LocalityManagerC.h $(INSTALL_PREFIX)/share/DAnCE/DAnCE/"
- }
}
project (DAnCE_skel) : ciaolib_with_idl, dance_output, dance_stub, \