From: Derrick Brashear Date: Tue, 15 Jul 2003 06:30:33 +0000 (+0000) Subject: STABLE12-hpux-make-packaging-target-20030715 X-Git-Tag: openafs-stable-1_2_10~9 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=441ebcd631cc11212735badf13ab629a79edf988;p=packages%2Fo%2Fopenafs.git STABLE12-hpux-make-packaging-target-20030715 FIXES 1315 make the make rule able to make packages (cherry picked from commit 40d7a8b4f144d13628ac18b35e8c861af35beab6) --- diff --git a/Makefile.in b/Makefile.in index 31d05f527..46cd9c6ab 100644 --- a/Makefile.in +++ b/Makefile.in @@ -91,6 +91,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