-
Bug
-
Resolution: Fixed
-
P5
-
1.4.0
-
None
-
beta2
-
generic
-
generic
The following commands are visible in the build output for Merlin.
These should be executed silently...
-----
if [ -d ./../Codemgr_wsdata ]; then /usr/bin/echo '\nPerforming workspace scan for remnant files.\n' ' Any files listed below are not under SCCS control in the workspace\n' ' and you should review them and possibly remove them manually:' ; /usr/bin/find ./../make ./../src ./../ext -type f | /usr/bin/sed 's+SCCS/[ps]\.++' | /usr/bin/sort | /usr/bin/uniq -c | /usr/bin/nawk '$1<2 {print $2;}' ; /usr/bin/echo 'End of workspace scan.' ; fi
Performing workspace scan for remnant files.
Any files listed below are not under SCCS control in the workspace
and you should review them and possibly remove them manually:
These should be executed silently...
-----
if [ -d ./../Codemgr_wsdata ]; then /usr/bin/echo '\nPerforming workspace scan for remnant files.\n' ' Any files listed below are not under SCCS control in the workspace\n' ' and you should review them and possibly remove them manually:' ; /usr/bin/find ./../make ./../src ./../ext -type f | /usr/bin/sed 's+SCCS/[ps]\.++' | /usr/bin/sort | /usr/bin/uniq -c | /usr/bin/nawk '$1<2 {print $2;}' ; /usr/bin/echo 'End of workspace scan.' ; fi
Performing workspace scan for remnant files.
Any files listed below are not under SCCS control in the workspace
and you should review them and possibly remove them manually: