=================================================================== RCS file: /home/cvs/OpenXM/misc/packages/Makefile,v retrieving revision 1.10 retrieving revision 1.17 diff -u -p -r1.10 -r1.17 --- OpenXM/misc/packages/Makefile 2000/03/11 06:22:32 1.10 +++ OpenXM/misc/packages/Makefile 2000/03/13 02:41:36 1.17 @@ -1,4 +1,4 @@ -# $OpenXM: OpenXM/misc/packages/Makefile,v 1.9 2000/03/11 05:44:14 takayama Exp $ +# $OpenXM: OpenXM/misc/packages/Makefile,v 1.16 2000/03/13 00:57:44 takayama Exp $ VERSION=1.1.2 TAG=HEAD @@ -6,13 +6,12 @@ TAG=HEAD TAR_WORK=$(HOME)/tmp NAME=taka +# It must be equal to TAR_WORK. To work as a super user. Used in build-on-pear. TAR_WORK_EXPLICIT=/home/${NAME}/tmp JDK=jdk1.1.8 FTP_AREA=/export/home01/ftp/pub/OpenXM/${VERSION} ## TAG for the CVS server. -RCVS=cvs-OpenXM -d kerberos.math.sci.kobe-u.ac.jp:/usr/cvs - # Modify below for priting. PS=a2ps-j LPR=lpr -Pdousan @@ -31,7 +30,6 @@ usage : @echo "4. build-on-redhat (do not forget to set .rpmrc)" @echo "5. build-on-unkei" @echo "6. copy-to-ftp-area " - cvs-OpenXM hoge clean : -(cd Generic/openxm ; make clean-work) @@ -39,28 +37,32 @@ clean : -(cd Linux/RPM ; make clean) print: + $(PS) Makefile | $(LPR) + $(PS) README | $(LPR) $(PS) Generic/openxm/Makefile | $(LPR) $(PS) Linux/RPM/Makefile | $(LPR) $(PS) Linux/RPM/openxm-*spec.in | $(LPR) $(PS) FreeBSD/openxm-ports/openxm-1.1.2/Makefile | $(LPR) $(PS) FreeBSD/Makefile | $(LPR) - $(PS) Makefile | $(LPR) generate-tar-balls: -mkdir ${TAR_WORK} make clean (cd Generic/openxm ; make TAG=${TAG} VERSION=${VERSION} tar-ball) + (cd Generic/openxm ; make TAG=${TAG} VERSION=${VERSION} tar-ball-01) make update-plist (cd FreeBSD ; make TAG=${TAG} VERSION=${VERSION} make-tar-ball-for-openxm-port) - (cd Linux/RPM ; make make-directory) - (cd Linux/RPM ; make link-for-real-openxm) update-plist: - (cd FreeBSD ; make VERSION=${VERSION} TAG=${TAG} RCVS=${RCVS} update-plist ) + (cd FreeBSD ; make VERSION=${VERSION} TAG=${TAG} update-plist ) -build-on-orange: - (cd Generic/openxm ; make TAG=${TAG} VERSION=${VERSION} tar-ball-01) +prepare-build-rpm: + (cd Linux/RPM ; make make-directory) + (cd Linux/RPM ; make link-for-real-openxm) + +# set path=(/usr/local/jdk1.1.8/bin $path) ; rehash +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} shared-tar-ball) (cd Generic/openxm ; make TAG=${TAG} VERSION=${VERSION} clean-work) @@ -70,15 +72,19 @@ build-on-orange: # You should be a super user. build-on-pear: cp ${TAR_WORK_EXPLICIT}/openxm-${VERSION}.tar.gz /usr/ports/distfiles - (cd /usr/ports/math ; tar xzvf ${TAR_WORK_EXPLICIT}/openxm-port.tar.gz) - (PATH=/usr/local/${JDK}/java ; export PATH ; cd FreeBSD/openxm-ports/openxm-${VERSION} ; make install ; make package ; make deinstall ; cp openxm-${VERSION}.tgz ${TAR_WORK_EXPLICIT} ; chown ${NAME} ${TAR_WORK_EXPLICIT}/openxm-${VERSION}.tgz) + (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) -build-on-redhat: +build-on-redhat: prepare-build-rpm + (cd Generic/openxm ; make clean-work ; make fetch) (cd Generic/openxm ; make TAG=${TAG} VERSION=${VERSION} binary-tar-ball) (cd Linux/RPM ; make build-binary-rpm) (cp Linux/RPM/work/RPMS/i386/*.rpm ${TAR_WORK}) +# set path=(/usr/ccs/bin /usr/local/bin $path); rehash +# (Note for taka). On unkei, cd Solaris/OpenXM/misc/packages and make build-on-unkei build-on-unkei: + (cd Generic/openxm ; make clean-work ; make fetch) (cd Generic/openxm ; make TAG=${TAG} VERSION=${VERSION} binary-tar-ball) copy-to-ftp-area: