From: Derrick Brashear Date: Tue, 11 Sep 2001 04:30:49 +0000 (+0000) Subject: irix-makefileproto-fix-dest-target-20010910 X-Git-Tag: BP-openafs-stable-1_2_x~4 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=331b7594f560d0873e73307c1b43a197d6705f13;p=packages%2Fo%2Fopenafs.git irix-makefileproto-fix-dest-target-20010910 rely on DEST not DESTDIR also install instead of cp to implicitly create needed directory --- diff --git a/src/libafs/MakefileProto.IRIX.in b/src/libafs/MakefileProto.IRIX.in index c2e040334..76f9afa9b 100644 --- a/src/libafs/MakefileProto.IRIX.in +++ b/src/libafs/MakefileProto.IRIX.in @@ -423,10 +423,10 @@ install_MODLOAD.libafs: ${LIBAFSNONFSO} dest_MODLOAD.libafs: ${LIBAFSNONFSO} ${CP} ${LIBAFSNONFSO} \ - ${DESTDIR}/root.client/usr/vice/etc/sgiload/libafs.${MPSP}.${CPUARCH}.nonfs.o + ${DEST}/root.client/usr/vice/etc/sgiload/libafs.${MPSP}.${CPUARCH}.nonfs.o ${CP} ${LIBAFSNONFSO} \ - ${DESTDIR}/root.client/usr/vice/etc/sgiload/libafs.${IPNO}.nonfs.o + ${DEST}/root.client/usr/vice/etc/sgiload/libafs.${IPNO}.nonfs.o ${LIBAFSNONFSO}: $(AFSAOBJS) $(AFSNONFSOBJS) @@ -441,9 +441,9 @@ install_COPYFILES: chmod 644 ${DESTDIR}${afskerneldir}/afs dest_COPYFILES: - ${CP} sgi_system ${DEST}/root.client/bin/afs.sm + ${INSTALL} -f sgi_system ${DEST}/root.client/bin/afs.sm chmod 644 ${DEST}/root.client/bin/afs.sm - ${CP} sgi_master ${DEST}/root.client/bin/afs + ${INSTALL} -f sgi_master ${DEST}/root.client/bin/afs chmod 644 ${DEST}/root.client/bin/afs # Create symlinks to clients we don't need to build.