hpux-make-packaging-target-20030715

FIXES 1315

make the make rule able to make packages
This commit is contained in:
Derrick Brashear 2003-07-15 06:30:04 +00:00
parent 8ce988f5fd
commit 40d7a8b4f1

View File

@ -63,6 +63,12 @@ packages: dest
@case ${SYS_NAME} in \
ppc_darwin* ) \
${COMPILE_PART1} packaging/MacOS && ./buildpkg.sh ${DEST} ;; \
hp_ux110 ) \
${COMPILE_PART1} packaging/HP-UX && swpackage -s psf-1.2.10-transarc-paths-11.00 ;; \
hp_ux11i ) \
${COMPILE_PART1} packaging/HP-UX && swpackage -s psf-1.2.10-transarc-paths-11.11 ;; \
ia64_hpux1122 ) \
${COMPILE_PART1} packaging/HP-UX && swpackage -s psf-1.2.10-transarc-paths-11.22 ;; \
*) \
echo Not building packages for ${SYS_NAME} ;; \
esac