cookutils rev 641

cross: message when eglibc is built
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 18 21:08:49 2014 +0100 (2014-02-18)
parents b1b010c31c38
children 27517ad9380d
files cross
line diff
     1.1 --- a/cross	Sun Feb 16 15:48:52 2014 +0100
     1.2 +++ b/cross	Tue Feb 18 21:08:49 2014 +0100
     1.3 @@ -283,18 +283,7 @@
     1.4  		$EGLIBC_ARGS &&
     1.5  	make || exit 1
     1.6  	make install_root=$sysroot install
     1.7 -	# The rpc headers (RPC is no longer in eglibc <2.13)
     1.8 -	#
     1.9 -	#if [ "$EGLIBC_VERSION" -gt "2.13" ]; then
    1.10 -		#rpcsvc = "bootparam_prot.x nlm_prot.x rstat.x \
    1.11 -		#yppasswd.x klm_prot.x rex.x sm_inter.x mount.x \
    1.12 -		#rusers.x spray.x nfs_prot.x rquota.x key_prot.x"
    1.13 -		#cd sunrpc/rpcsvc
    1.14 -		#for r in ${rpcsvc}; do
    1.15 -			#h=$(echo $r|sed -e's,\.x$,.h,')
    1.16 -			#rpcgen -h $r -o $h || echo "unable to generate header for $r"
    1.17 -		#done
    1.18 -	#fi
    1.19 +	echo "cross: eglibc compiled on: $(date)"
    1.20  }
    1.21  
    1.22  # 5. GCC final