If I remove the old /usr/libexec/cpp with a newer cpp0 installed,
'make world' fails with the following:
--------------------------------------------------------------
>>> stage 4: populating /usr/obj/usr/src/i386/usr/include
--------------------------------------------------------------
cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj
COMPILER_PATH=/usr/obj/usr/src/i386/usr/libexec:/usr/obj/usr/src/i386/usr/bin
LIBRARY_PATH=/usr/obj/usr/src/i386/usr/lib:/usr/obj/usr/src/i386/usr/lib
OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec
PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.6.0 DESTDIR=/usr/obj/usr/src/i386
INSTALL="sh /usr/src/tools/install.sh"
PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
make -f Makefile.inc1 SHARED=symlinks includes
cd /usr/src/include; make -B all install
creating osreldate.h from newvers.sh
setvar PARAMFILE /usr/src/include/../sys/sys/param.h; .
/usr/src/include/../sys/conf/newvers.sh; echo "$COPYRIGHT" >
osreldate.h; echo \#'undef __FreeBSD_version' >> osreldate.h;
echo \#'define __FreeBSD_version' $RELDATE >> osreldate.h
===> rpcsvc
rpcgen -C -h -DWANT_NFS3 /usr/src/include/rpcsvc/key_prot.x -o key_prot.h
rpcgen: cannot find any C preprocessor (cpp)
*** Error code 1
Stop in /usr/src/include/rpcsvc.
*** Error code 1
Stop in /usr/src/include.
*** Error code 1
1 error
*** Error code 2
1 error
*** Error code 2
1 error
Should other tools be updated to use cpp0 as a result of the change below?
-Patrick
"David E. O'Brien" <[EMAIL PROTECTED]> wrote:
} obrien 2001/01/03 18:16:24 PST
}
} Modified files:
} gnu/usr.bin/cc/cccp Makefile
} Log:
} The preprocessor used by the `cc' driver is now named `ccp0' to make it
} clear this is the 1st pass of compilation and to make clear this particular
} cpp is for `cc's use only.
}
} Revision Changes Path
} 1.17 +2 -2 src/gnu/usr.bin/cc/cccp/Makefile
}
}
}
} To Unsubscribe: send mail to [EMAIL PROTECTED]
} with "unsubscribe cvs-all" in the body of the message
Patrick L. Hartling | Research Assistant, VRAC
[EMAIL PROTECTED] | 2624 Howe Hall -- (515)294-4916
http://www.137.org/patrick/ | http://www.vrac.iastate.edu/
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message