version 1.18, 2000/03/13 02:54:26 |
version 1.19, 2000/03/13 03:06:09 |
|
|
# $OpenXM: OpenXM/misc/packages/Makefile,v 1.17 2000/03/13 02:41:36 takayama Exp $ |
# $OpenXM: OpenXM/misc/packages/Makefile,v 1.18 2000/03/13 02:54:26 takayama Exp $ |
|
|
VERSION=1.1.2 |
VERSION=1.1.2 |
TAG=HEAD |
TAG=HEAD |
|
|
$(PS) FreeBSD/openxm-ports/openxm-1.1.2/Makefile | $(LPR) |
$(PS) FreeBSD/openxm-ports/openxm-1.1.2/Makefile | $(LPR) |
$(PS) FreeBSD/Makefile | $(LPR) |
$(PS) FreeBSD/Makefile | $(LPR) |
|
|
|
clean-Generic-openxm-work: |
|
-(cd Generic/openxm ; make clean-work ; make fetch) |
|
|
generate-tar-balls: |
generate-tar-balls: |
-mkdir ${TAR_WORK} |
-mkdir ${TAR_WORK} |
Line 62 prepare-build-rpm: |
|
Line 64 prepare-build-rpm: |
|
(cd Linux/RPM ; make link-for-real-openxm) |
(cd Linux/RPM ; make link-for-real-openxm) |
|
|
# set path=(/usr/local/jdk1.1.8/bin $path) ; rehash |
# set path=(/usr/local/jdk1.1.8/bin $path) ; rehash |
|
# build-on-orange should depend on clean-Generic-openxm-work in a future. |
build-on-orange: prepare-build-rpm |
build-on-orange: prepare-build-rpm |
(cd Generic/openxm ; make TAG=${TAG} VERSION=${VERSION} binary-tar-ball) |
(cd Generic/openxm ; make TAG=${TAG} VERSION=${VERSION} binary-tar-ball) |
(cd Generic/openxm ; make TAG=${TAG} VERSION=${VERSION} shared-tar-ball) |
(cd Generic/openxm ; make TAG=${TAG} VERSION=${VERSION} shared-tar-ball) |
|
|
(cd /usr/ports/math ; /bin/rm -rf openxm ; tar xzvf ${TAR_WORK_EXPLICIT}/openxm-port.tar.gz) |
(cd /usr/ports/math ; /bin/rm -rf openxm ; tar xzvf ${TAR_WORK_EXPLICIT}/openxm-port.tar.gz) |
(PATH=/usr/local/${JDK}/bin:$(PATH) ; export PATH ; cd /usr/ports/math/openxm ; make install ; make package ; make deinstall ; cp openxm-${VERSION}.tgz ${TAR_WORK_EXPLICIT} ; chown ${NAME} ${TAR_WORK_EXPLICIT}/openxm-${VERSION}.tgz) |
(PATH=/usr/local/${JDK}/bin:$(PATH) ; export PATH ; cd /usr/ports/math/openxm ; make install ; make package ; make deinstall ; cp openxm-${VERSION}.tgz ${TAR_WORK_EXPLICIT} ; chown ${NAME} ${TAR_WORK_EXPLICIT}/openxm-${VERSION}.tgz) |
|
|
build-on-redhat: prepare-build-rpm |
build-on-redhat: prepare-build-rpm clean-Generic-openxm-work |
(cd Generic/openxm ; make clean-work ; make fetch) |
|
(cd Generic/openxm ; make TAG=${TAG} VERSION=${VERSION} binary-tar-ball) |
(cd Generic/openxm ; make TAG=${TAG} VERSION=${VERSION} binary-tar-ball) |
(cd Linux/RPM ; make build-binary-rpm) |
(cd Linux/RPM ; make build-binary-rpm) |
(cp Linux/RPM/work/RPMS/i386/*.rpm ${TAR_WORK}) |
(cp Linux/RPM/work/RPMS/i386/*.rpm ${TAR_WORK}) |
Line 86 build-on-redhat: prepare-build-rpm |
|
Line 88 build-on-redhat: prepare-build-rpm |
|
# (Note for taka). On unkei, cd Solaris/OpenXM/misc/packages, |
# (Note for taka). On unkei, cd Solaris/OpenXM/misc/packages, |
# setenv OpenXM_HOME $HOME/Solaris/OpenXM |
# setenv OpenXM_HOME $HOME/Solaris/OpenXM |
# and make OpenXM_HOME=$OpenXM_HOME build-on-unkei |
# and make OpenXM_HOME=$OpenXM_HOME build-on-unkei |
build-on-unkei: |
build-on-unkei: clean-Generic-openxm-work |
(cd Generic/openxm ; make clean-work ; make fetch) |
|
(cd Generic/openxm ; make TAG=${TAG} VERSION=${VERSION} OpenXM_HOME=${OpenXM_HOME} binary-tar-ball) |
(cd Generic/openxm ; make TAG=${TAG} VERSION=${VERSION} OpenXM_HOME=${OpenXM_HOME} binary-tar-ball) |
|
|
copy-to-ftp-area: |
copy-to-ftp-area: |