mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 06:50:12 +00:00
hpux-make-packaging-target-20030715
FIXES 1315 make the make rule able to make packages
This commit is contained in:
parent
8ce988f5fd
commit
40d7a8b4f1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user