Bug 90337 - [Scanner Discovery] Use psuedo shells with Make for Scanner Discovery
Summary: [Scanner Discovery] Use psuedo shells with Make for Scanner Discovery
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build (show other bugs)
Version: 3.0   Edit
Hardware: All Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: cdt-build-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-05 14:18 EDT by Ed Warnicke CLA
Modified: 2020-09-04 15:26 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Warnicke CLA 2005-04-05 14:18:16 EDT
Make allows you to specify which shell is used to execute the scriptlets it 
uses to perform tasks.  By specifying a custom psuedo shell that just takes the 
commands and passes them through to a real shell accurate information about the 
build process can be gleaned, even in instances with -j flags greater than 1. 
 
This method also improves correctness as make does not necessarily echo the 
output of every build operation to stdout (there are mechanisms that are used 
in the wild that suppress such output selectively).
Comment 1 Victor Lenet CLA 2005-04-05 22:46:26 EDT
Are you planning to contribute design/code for this enhancement?