From: Nickolai Zeldovich Date: Mon, 4 Mar 2013 03:03:41 +0000 (-0500) Subject: src/rxosd/Makefile.in: avoid infinite recursion in CC variable X-Git-Tag: upstream/1.8.0_pre1^2~1364 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=3ae1c025693a0a20f359dc0c3b7532c13b96e9f3;p=packages%2Fo%2Fopenafs.git src/rxosd/Makefile.in: avoid infinite recursion in CC variable src/rxosd/Makefile sets CC=$(MT_CC). src/config/Makefile.config sets MT_CC=$(CC). Since both are recursive-expansion variables, this causes an infinite loop, and make complains about it: Makefile:25: *** Recursive variable `CC' references itself (eventually). Stop. This patch avoids setting CC in src/rxosd/Makefile.in altogether, since it does not appear to be necessary, as suggested by Jeffrey and Derrick. Change-Id: Ieaa5c5ed21d83629ea713a745e76d17ac7f76ec1 Reviewed-on: http://gerrit.openafs.org/9336 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- diff --git a/src/rxosd/Makefile.in b/src/rxosd/Makefile.in index b5985655c..0b6b86489 100644 --- a/src/rxosd/Makefile.in +++ b/src/rxosd/Makefile.in @@ -22,8 +22,6 @@ VOL=../vol OSDDBSRC=${srcdir}/../osddb FSINT=../fsint -CC=${MT_CC} - CLIENTOBJS=osd.o RXOSDOBJS=rxosd.o rxosd.ss.o rxosd.cs.o rxosd.xdr.o rxosd_hpss.o rxosd_dcache.o