Rename the greenplum monitoring platform files. Add a configure script for that purpose
This commit was SVN r27978.
Этот коммит содержится в:
родитель
94a78dda0d
Коммит
1d38e58c26
12
contrib/greenplum/nconfig
Исполняемый файл
12
contrib/greenplum/nconfig
Исполняемый файл
@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ $# -lt 1 ] ; then
|
||||
echo "usage: gpconfig -vpath <prefix>"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ $1 = "-vpath" ] ; then
|
||||
../autogen.pl -no-ompi && ../configure --prefix=$1 --with-platform=../contrib/platform/greenplum/nmon/linux && rm -rf $1 && make clean > /dev/null && make -j6 all > /dev/null && make -j6 install > /dev/null
|
||||
else
|
||||
./autogen.pl -no-ompi && ./configure --prefix=$1 --with-platform=./contrib/platform/greenplum/nmon/linux && rm -rf $1 && make clean > /dev/null && make -j6 all > /dev/null && make -j6 install > /dev/null
|
||||
fi
|
Загрузка…
x
Ссылка в новой задаче
Block a user