Changeset: 2d5b83475da8 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2d5b83475da8
Modified Files:
buildtools/Makefile.msc
buildtools/autogen/setup.py
Branch: Jun2010
Log Message:
Make sure that setup.py is called using the same python as autogen.py.
diffs (28 lines):
diff -r 9ed70a5c8d62 -r 2d5b83475da8 buildtools/Makefile.msc
--- a/buildtools/Makefile.msc Wed Sep 08 17:44:52 2010 +0200
+++ b/buildtools/Makefile.msc Wed Sep 08 17:56:03 2010 +0200
@@ -22,13 +22,13 @@
prefix = $(MAKEDIR)\NT
all:
- cd autogen && python setup.py build
+ cd autogen && setup.py build
cd Mx && $(MAKE) /nologo /f Makefile.msc
cd mel && $(MAKE) /nologo /f Makefile.msc
cd burg && $(MAKE) /nologo /f Makefile.msc
install:
- cd autogen && python setup.py install "--prefix=$(prefix)"
+ cd autogen && setup.py install "--prefix=$(prefix)"
cd Mx && $(MAKE) /nologo /f Makefile.msc "prefix=$(prefix)" install
cd mel && $(MAKE) /nologo /f Makefile.msc "prefix=$(prefix)" install
cd burg && $(MAKE) /nologo /f Makefile.msc "prefix=$(prefix)" install
diff -r 9ed70a5c8d62 -r 2d5b83475da8 buildtools/autogen/setup.py
--- a/buildtools/autogen/setup.py Wed Sep 08 17:44:52 2010 +0200
+++ b/buildtools/autogen/setup.py Wed Sep 08 17:56:03 2010 +0200
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
# The contents of this file are subject to the MonetDB Public License
# Version 1.1 (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list