From: Derrick Brashear Date: Wed, 9 Jul 2003 20:44:46 +0000 (+0000) Subject: package-build-rules-20030709 X-Git-Tag: openafs-devel-1_3_50~119 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=378de32cbca1bbe3bf605f72a222ec0a655a8c6b;p=packages%2Fo%2Fopenafs.git package-build-rules-20030709 allow building of macos packages from make --- diff --git a/Makefile.in b/Makefile.in index 29483e536..116445b56 100644 --- a/Makefile.in +++ b/Makefile.in @@ -59,6 +59,14 @@ dest_nolibafs: all_nolibafs dest_dirs dest_only_libafs: only_libafs dest_dirs $(MAKE) build TARGET=libafs COMPILE_PART2B=dest +packages: dest + @case ${SYS_NAME} in \ + ppc_darwin* ) \ + ${COMPILE_PART1} packaging/MacOS && ./buildpkg.sh ${DEST} ;; \ + *) \ + echo Not building packages for ${SYS_NAME} ;; \ + esac + ${TOP_INCDIR} ${TOP_INCDIR}/afs ${TOP_LIBDIR} ${TOP_JLIBDIR}: mkdir -p $@