Issue Details (XML | Word | Printable)

Key: STDCXX-739
Type: Improvement Improvement
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Farid Zaripov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
C++ Standard Library

Rewrite the GNUMakefile.cfg as a plain shell script to use the same algorithm of building configuration tests on Windows and Unix.

Created: 21/Feb/08 03:18 PM   Updated: 21/Feb/08 03:19 PM
Return to search
Component/s: Build and Installation
Affects Version/s: 4.1.2, 4.1.3, 4.1.4, 4.2.0
Fix Version/s: None

Time Tracking:
Not Specified

Environment: unix
Issue Links:
Reference
 


 Description  « Hide
On the configuration step performed by Windows shell script (written on JScript).
On Unix the configuration step implemented in GNUmakefile.cfg. At the moment the order of building configuration tests is different between Windows and Unix; on Unix the some tests might be compiled twice (see STDCXX-737 issue).
Since the shell scripting provides more flexibility in implementing the configuration step algorithm, the GNUmakefile.cfg should be rewritten as a plain shell script to implement the same configuration algorithm as on Windows.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Farid Zaripov added a comment - 21/Feb/08 03:19 PM
Changing issue type from Wish to Improvement.