Project

General

Profile

Actions

Bug #6164

open

remove old ccs links

Added by Igor Kozhukhov over 8 years ago. Updated about 8 years ago.

Status:
In Progress
Priority:
Normal
Category:
-
Start date:
2015-08-26
Due date:
% Done:

0%

Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:

Description

we have all tools available in /usr/bin/* and we can remove old unused links to /usr/ccs/*

Actions #1

Updated by Gary Mills about 8 years ago

Solaris 11.2 has this symlink:

lrwxrwxrwx   1 root     root           6 Nov 12  2011 /usr/ccs/bin -> ../bin

Perhaps we could do the same?

In usr/src/Makefile.master, I notice the following definitions:

NM=        /usr/ccs/bin/nm
MCS=        /usr/ccs/bin/mcs
ELFDUMP=    /usr/ccs/bin/elfdump
STRIP=        /usr/ccs/bin/strip
LEX=        /usr/ccs/bin/lex
YACC=        /usr/ccs/bin/yacc
sparc_AS=        /usr/ccs/bin/as -xregsym=no
sparc_LD=        /usr/ccs/bin/ld
sparcv9_AS=        /usr/ccs/bin/as -xregsym=no
sparcv9_LD=        /usr/ccs/bin/ld
i386_AS=        /usr/ccs/bin/as
i386_LD=        /usr/ccs/bin/ld
amd64_LD=        /usr/ccs/bin/ld

Perhaps all of them could be changed to reference /usr/bin only?

Actions

Also available in: Atom PDF