You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@stdcxx.apache.org by "Farid Zaripov (JIRA)" <ji...@apache.org> on 2008/02/21 16:19:19 UTC

[jira] Created: (STDCXX-739) Rewrite the GNUMakefile.cfg as a plain shell script to use the same algorithm of building configuration tests on Windows and Unix.

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

                 Key: STDCXX-739
                 URL: https://issues.apache.org/jira/browse/STDCXX-739
             Project: C++ Standard Library
          Issue Type: Wish
          Components: Build
    Affects Versions: 4.2.0, 4.1.4, 4.1.3, 4.1.2
         Environment: unix
            Reporter: Farid Zaripov
            Priority: Minor


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.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (STDCXX-739) Rewrite the GNUMakefile.cfg as a plain shell script to use the same algorithm of building configuration tests on Windows and Unix.

Posted by "Farid Zaripov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/STDCXX-739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Farid Zaripov updated STDCXX-739:
---------------------------------

    Issue Type: Improvement  (was: Wish)

Changing issue type from Wish to Improvement.

> Rewrite the GNUMakefile.cfg as a plain shell script to use the same algorithm of building configuration tests on Windows and Unix.
> ----------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: STDCXX-739
>                 URL: https://issues.apache.org/jira/browse/STDCXX-739
>             Project: C++ Standard Library
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: 4.1.2, 4.1.3, 4.1.4, 4.2.0
>         Environment: unix
>            Reporter: Farid Zaripov
>            Priority: Minor
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.