From: Derrick Brashear Date: Tue, 15 Jul 2003 06:30:04 +0000 (+0000) Subject: hpux-make-packaging-target-20030715 X-Git-Tag: openafs-devel-1_3_50~114 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=40d7a8b4f144d13628ac18b35e8c861af35beab6;p=packages%2Fo%2Fopenafs.git hpux-make-packaging-target-20030715 FIXES 1315 make the make rule able to make packages --- diff --git a/Makefile.in b/Makefile.in index 116445b56..94f8a4ace 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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