]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Make a slightly less minimal change when skipping shared library builds
authorRuss Allbery <rra@debian.org>
Mon, 9 May 2005 23:05:31 +0000 (23:05 +0000)
committerRuss Allbery <rra@debian.org>
Mon, 9 May 2005 23:05:31 +0000 (23:05 +0000)
to make it clearer when merging why this is different from upstream.

Makefile.in

index 86cc8bcc58c2494eb2f61134610356177c9690e7..9fd72d02c01ca1ea8e6352eaedb4756e52bf1bdb 100644 (file)
@@ -497,7 +497,7 @@ libafsauthent: ubik auth kauth libafsrpc
 shlibafsrpc: rx rxkad des
        case ${SYS_NAME} in \
        *linux*) \
-               echo Skipping shlibafsrpc for amd64_linux24 ;; \
+               echo Skipping shared libraries due to unstable API ;; \
        alpha_dux*|sgi_*|sun4x_*|sunx86_*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*) \
        ${COMPILE_PART1} shlibafsrpc ${COMPILE_PART2} ;; \
        *) \
@@ -507,7 +507,7 @@ shlibafsrpc: rx rxkad des
 shlibafsauthent: ubik auth kauth shlibafsrpc
        case ${SYS_NAME} in \
        *linux*) \
-               echo Skipping shlibafsauthent for amd64_linux24 ;; \
+               echo Skipping shared libraries due to unstable API ;; \
        alpha_dux*|sgi_*|sun4x_*|sunx86_*|rs_aix*|*linux*|hp_ux11*|ia64_hpux*) \
        ${COMPILE_PART1} shlibafsauthent ${COMPILE_PART2} ;; \
        *) \