CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/07/05 15:23:53
Modified files:
distrib/sets/lists/base: mi
distrib/sets/lists/comp: mi
gnu/usr.bin/cc/cpp: Makefile
gnu/usr.bin/clang/clang: Makefile
usr.bin : Makefile
usr.bin/calendar: pathnames.h
Removed files:
usr.bin/cpp : Makefile cpp.sh
Log message:
retire the cpp.sh script and install the cpp binary directly in /usr/bin
The cpp.sh wrapper script no longer serves any purpose:
* We no longer force the preprocessor into -traditional mode.
* Our compilers already define __GNUC__ for the preprocessor.
* The location of cpp is well known.
* Our compilers only use the standard include paths by default.
gcc4 testing by miod@