Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105121147
D1932.id3900.vs3899.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D1932.id3900.vs3899.diff
View Options
Index: ObsoleteFiles.inc
===================================================================
--- ObsoleteFiles.inc
+++ ObsoleteFiles.inc
@@ -38,6 +38,9 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20150221: Removed the non-standard CC alias for c++
+OLD_FILES+=usr/bin/CC
+OLD_FILES+=usr/share/man/man1/CC.1.gz
# 20150217: Removed remnants of ar(4) driver
OLD_FILES+=usr/include/sys/dev/ic/hd64570.h
# 20150212: /usr/games moving into /usr/bin
Index: gnu/usr.bin/cc/c++/Makefile
===================================================================
--- gnu/usr.bin/cc/c++/Makefile
+++ gnu/usr.bin/cc/c++/Makefile
@@ -16,7 +16,6 @@
.if ${MK_CLANG_IS_CC} == "no"
LINKS= ${BINDIR}/g++ ${BINDIR}/c++
-LINKS+= ${BINDIR}/g++ ${BINDIR}/CC
.endif
.include <bsd.prog.mk>
Index: gnu/usr.bin/cc/cc/Makefile
===================================================================
--- gnu/usr.bin/cc/cc/Makefile
+++ gnu/usr.bin/cc/cc/Makefile
@@ -16,7 +16,7 @@
MLINKS= gcc.1 g++.1
.if ${MK_CLANG_IS_CC} == "no"
LINKS= ${BINDIR}/gcc ${BINDIR}/cc
-MLINKS+= gcc.1 cc.1 gcc.1 c++.1 gcc.1 CC.1
+MLINKS+= gcc.1 cc.1 gcc.1 c++.1 gcc.1
.endif
.include <bsd.prog.mk>
Index: usr.bin/clang/clang/Makefile
===================================================================
--- usr.bin/clang/clang/Makefile
+++ usr.bin/clang/clang/Makefile
@@ -20,11 +20,9 @@
.if ${MK_CLANG_IS_CC} != "no"
LINKS+= ${BINDIR}/clang ${BINDIR}/cc \
${BINDIR}/clang ${BINDIR}/c++ \
- ${BINDIR}/clang ${BINDIR}/CC \
${BINDIR}/clang ${BINDIR}/cpp
MLINKS+= clang.1 cc.1 \
clang.1 c++.1 \
- clang.1 CC.1 \
clang.1 cpp.1
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 13, 2:40 PM (21 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15361679
Default Alt Text
D1932.id3900.vs3899.diff (1 KB)
Attached To
Mode
D1932: Remove the non-standard CC alias for c++
Attached
Detach File
Event Timeline
Log In to Comment