From: Russ Allbery Date: Mon, 9 May 2005 23:05:31 +0000 (+0000) Subject: Make a slightly less minimal change when skipping shared library builds X-Git-Tag: debian/1.3.82-1~14 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=af6edb9212abf623f6af2fa08aad7aaa5f4089f4;p=packages%2Fo%2Fopenafs.git Make a slightly less minimal change when skipping shared library builds to make it clearer when merging why this is different from upstream. --- diff --git a/Makefile.in b/Makefile.in index 86cc8bcc5..9fd72d02c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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} ;; \ *) \