Changeset: 17f585a69962 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=17f585a69962
Modified Files:
        clients/Makefile.ag
        geom/Makefile.ag
        monetdb4/Makefile.ag
        monetdb5/Makefile.ag
        pathfinder/Makefile.ag
        sql/Makefile.ag
        template/Makefile.ag
Branch: Mar2011
Log Message:

Build, but don't install, Run* scripts.


diffs (140 lines):

diff --git a/clients/Makefile.ag b/clients/Makefile.ag
--- a/clients/Makefile.ag
+++ b/clients/Makefile.ag
@@ -23,3 +23,17 @@
 
 TESTS = RunMtest
 TESTS_ENVIRONMENT = $(SHELL)
+
+scripts_sh = {
+       EXT = ""
+       COND = NOT_WIN32
+       NOINST
+       SOURCES = RunMapprove.in RunMtest.in
+}
+
+scripts_bat = {
+       EXT = bat
+       COND = NATIVE_WIN32
+       NOINST
+       SOURCES = RunMapprove.bat.in Runmclient.bat.in RunMtest.bat.in
+}
diff --git a/geom/Makefile.ag b/geom/Makefile.ag
--- a/geom/Makefile.ag
+++ b/geom/Makefile.ag
@@ -22,3 +22,17 @@
 
 TESTS = RunMtest
 TESTS_ENVIRONMENT = $(SHELL)
+
+scripts_sh = {
+       EXT = ""
+       COND = NOT_WIN32
+       NOINST
+       SOURCES = RunMapprove.in RunMtest.in
+}
+
+scripts_bat = {
+       EXT = bat
+       COND = NATIVE_WIN32
+       NOINST
+       SOURCES = RunMapprove.bat.in RunMserver.bat.in RunMtest.bat.in
+}
diff --git a/monetdb4/Makefile.ag b/monetdb4/Makefile.ag
--- a/monetdb4/Makefile.ag
+++ b/monetdb4/Makefile.ag
@@ -25,3 +25,17 @@
 
 TESTS = RunMtest
 TESTS_ENVIRONMENT = $(SHELL)
+
+scripts_sh = {
+       EXT = ""
+       COND = NOT_WIN32
+       NOINST
+       SOURCES = RunMapprove.in RunMserver.in RunMtest.in
+}
+
+scripts_bat = {
+       EXT = bat
+       COND = NATIVE_WIN32
+       NOINST
+       SOURCES = RunMapprove.bat.in RunMserver.bat.in RunMtest.bat.in
+}
diff --git a/monetdb5/Makefile.ag b/monetdb5/Makefile.ag
--- a/monetdb5/Makefile.ag
+++ b/monetdb5/Makefile.ag
@@ -29,3 +29,17 @@
 
 TESTS = RunMtest
 TESTS_ENVIRONMENT = $(SHELL)
+
+scripts_sh = {
+       EXT = ""
+       COND = NOT_WIN32
+       NOINST
+       SOURCES = RunMapprove.in RunMserver.in RunMtest.in
+}
+
+scripts_bat = {
+       EXT = bat
+       COND = NATIVE_WIN32
+       NOINST
+       SOURCES = RunMapprove.bat.in RunMserver.bat.in RunMtest.bat.in
+}
diff --git a/pathfinder/Makefile.ag b/pathfinder/Makefile.ag
--- a/pathfinder/Makefile.ag
+++ b/pathfinder/Makefile.ag
@@ -34,3 +34,17 @@
 
 TESTS = RunMtest
 TESTS_ENVIRONMENT = $(SHELL)
+
+scripts_sh = {
+       EXT = ""
+       COND = NOT_WIN32
+       NOINST
+       SOURCES = RunMapprove.in RunMserver.in RunMtest.in
+}
+
+scripts_bat = {
+       EXT = bat
+       COND = NATIVE_WIN32
+       NOINST
+       SOURCES = RunMapprove.bat.in RunMserver.bat.in RunMtest.bat.in
+}
diff --git a/sql/Makefile.ag b/sql/Makefile.ag
--- a/sql/Makefile.ag
+++ b/sql/Makefile.ag
@@ -37,3 +37,17 @@
 
 TESTS = RunMtest
 TESTS_ENVIRONMENT = $(SHELL)
+
+scripts_sh = {
+       EXT = ""
+       COND = NOT_WIN32
+       NOINST
+       SOURCES = RunMapprove.in RunMserver.in RunMtest.in
+}
+
+scripts_bat = {
+       EXT = bat
+       COND = NATIVE_WIN32
+       NOINST
+       SOURCES = RunMapprove.bat.in RunMserver.bat.in RunMtest.bat.in
+}
diff --git a/template/Makefile.ag b/template/Makefile.ag
--- a/template/Makefile.ag
+++ b/template/Makefile.ag
@@ -21,3 +21,10 @@
 
 TESTS = RunMtest
 TESTS_ENVIRONMENT = $(SHELL)
+
+scripts_sh = {
+       EXT = ""
+       COND = NOT_WIN32
+       NOINST
+       SOURCES = RunMapprove.in RunMtest.in
+}
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to