From af6edb9212abf623f6af2fa08aad7aaa5f4089f4 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 9 May 2005 23:05:31 +0000 Subject: [PATCH] Make a slightly less minimal change when skipping shared library builds to make it clearer when merging why this is different from upstream. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} ;; \ *) \ -- 2.39.5