mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
solaris8-build-64bit-kdump-20010807
some solaris 8 machines are 64 bit so build kdump64
This commit is contained in:
parent
a1b425f767
commit
cf5e1a4260
@ -89,7 +89,7 @@ ${DESTDIR}etc/kdump: kdump
|
||||
for f in kdump.IP??; \
|
||||
do ${INSTALL} -s $$f ${DESTDIR}etc/$$f || exit $$? ; \
|
||||
done ;; \
|
||||
sun4x_57 ) \
|
||||
sun4x_5[78] ) \
|
||||
${INSTALLex} -f kdump.sh.solaris7 $@; \
|
||||
${INSTALL} -s -f $? ${DESTDIR}etc/kdump32;; \
|
||||
*linux* ) \
|
||||
@ -106,7 +106,7 @@ ${DESTDIR}etc/kdump: kdump
|
||||
${DESTDIR}etc/kdump64: kdump64
|
||||
-set -x; \
|
||||
case ${SYS_NAME} in \
|
||||
sun4x_57 | hp_ux11* ) \
|
||||
sun4x_5[78] | hp_ux11* ) \
|
||||
${INSTALL} -s $? $@ ;;\
|
||||
* ) \
|
||||
echo skipping kdump64 for ${SYS_NAME} ;; \
|
||||
@ -209,7 +209,7 @@ kdump.o: kdump.c ${INCLS} AFS_component_version_number.c
|
||||
kdump64.o : kdump.c ${INCLS} AFS_component_version_number.c
|
||||
-set -x; \
|
||||
case ${SYS_NAME} in \
|
||||
sun4x_57 | hp_ux11* ) \
|
||||
sun4x_5[78] | hp_ux11* ) \
|
||||
${CC} -g -I${DESTDIR}include -I${TOP_SRCDIR}/config -I${SRCDIR}include ${XCFLAGS64} -o kdump64.o -c kdump.c ;; \
|
||||
esac
|
||||
|
||||
@ -254,7 +254,7 @@ kdump: kdump.o
|
||||
kdump64 : kdump64.o
|
||||
-set -x; \
|
||||
case ${SYS_NAME} in \
|
||||
sun4x_57 | hp_ux11* ) \
|
||||
sun4x_5[78] | hp_ux11* ) \
|
||||
${CC} -g ${XCFLAGS64} -o kdump64 kdump64.o ${DESTDIR}lib/afs/libcmd64.a ${XLIBELFA} ${XLIBKVM} ${XLIBS} ;; \
|
||||
esac
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user