http://bugs.grommit.com/show_bug.cgi?id=217
roland.mainz at nrubsig.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Comment #4 from roland.mainz at nrubsig.org 2007-04-15 16:41 PDT
-------
Patch checked-in...
$ cat commitmessage.txt
Fix for bug #217 ('ksh93-integration prototype005 still references some files
as "unused"' - http://bugs.grommit.com/show_bug.cgi?id=217)
Patch to handle the remaining unreferenced files in the ksh93-integration
prototype005 tree by either putting them in the exception list
(usr/src/tools/findunref/exception_list) or in the list of files which
should be deleted for this putback (usr/src/lib/libshell/misc/filelist.txt).
The following files...
-- snip --
./src/lib/libast/*/src/lib/libast/FEATURE/*
./src/lib/libdll/*/src/lib/libdll/FEATURE/*.
./src/lib/libcmd/*/src/lib/libcmd/FEATURE/*
./src/lib/libshell/*/src/cmd/ksh93/FEATURE/*
./src/lib/libpp/common/ppsym.c
-- snip --
... have been added to the exception_list because manually stripping the
*/FEATURE/*"-files would be a maintaince nightmare for updates since there is
no automated way to seperate between files which are included directly and
those which are used indirectly as public includes...
... and "ppsym.c" has been added because it's another feature probe ("cpp
predefined symbol detection support").
As a cleanup item the file list in "filelist.txt" is now sorted
alphabetically.
Patch URL is http://bugs.grommit.com/attachment.cgi?id=99
$ svn commit --file=commitmessage.txt
Sending src/lib/libshell/misc/filelist.txt
Sending src/tools/findunref/exception_list
Transmitting file data ..
Committed revision 687.
... marking bug as FIXED.
--
Configure bugmail: http://bugs.grommit.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.