Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Dale E. Edmons (e0b5d86470100039c28a5868df0db69b70b732d9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: "Dale E. Edmons" <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Dale E. Edmons (e0b5d86470100039c28a5868df0db69b70b732d9)
  • Date: Thu, 28 Feb 2008 00:25:28 -0600

GIT changes to master grimoire by Dale E. Edmons <linuxfan AT sourcemage.org>:

e16/FUNCTIONS | 12 ++++++++++++
e17/FUNCTIONS | 12 ++++++++++++
2 files changed, 24 insertions(+)

New commits:
commit e0b5d86470100039c28a5868df0db69b70b732d9
Author: Dale E. Edmons <linuxfan AT sourcemage.org>
Commit: Dale E. Edmons <linuxfan AT sourcemage.org>

e16: Actually did commit on these this time.
e17: Actually did commit on these this time.

diff --git a/e16/FUNCTIONS b/e16/FUNCTIONS
new file mode 100755
index 0000000..d2df2cb
--- /dev/null
+++ b/e16/FUNCTIONS
@@ -0,0 +1,12 @@
+#-------------------------------------------------------------------------
+## Default build for Enlightenment DR17 modules
+## These modules should not use --prefix, but rather get their
+## installation path from `enlightenment-config --module-dir`
+#-------------------------------------------------------------------------
+default_build_e17_module() {
+ ./configure --sysconfdir=${INSTALL_ROOT}/etc \
+ --localstatedir=${INSTALL_ROOT}/var \
+ --mandir=${INSTALL_ROOT}/usr/share/man \
+ --infodir=${INSTALL_ROOT}/usr/share/info \
+ $OPTS
+}
diff --git a/e17/FUNCTIONS b/e17/FUNCTIONS
new file mode 100755
index 0000000..d2df2cb
--- /dev/null
+++ b/e17/FUNCTIONS
@@ -0,0 +1,12 @@
+#-------------------------------------------------------------------------
+## Default build for Enlightenment DR17 modules
+## These modules should not use --prefix, but rather get their
+## installation path from `enlightenment-config --module-dir`
+#-------------------------------------------------------------------------
+default_build_e17_module() {
+ ./configure --sysconfdir=${INSTALL_ROOT}/etc \
+ --localstatedir=${INSTALL_ROOT}/var \
+ --mandir=${INSTALL_ROOT}/usr/share/man \
+ --infodir=${INSTALL_ROOT}/usr/share/info \
+ $OPTS
+}



  • [SM-Commit] GIT changes to master grimoire by Dale E. Edmons (e0b5d86470100039c28a5868df0db69b70b732d9), Dale E. Edmons, 02/28/2008

Archive powered by MHonArc 2.6.24.

Top of Page