You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by "Mark Hindess (JIRA)" <ji...@apache.org> on 2006/02/25 07:55:05 UTC

[jira] Created: (HARMONY-130) linux.ia32 auth natives are build as a background task

linux.ia32 auth natives are build as a background task
------------------------------------------------------

         Key: HARMONY-130
         URL: http://issues.apache.org/jira/browse/HARMONY-130
     Project: Harmony
        Type: Improvement
  Components: Classlib  
    Reporter: Mark Hindess
    Priority: Trivial


I was going to suggest simply changing the single '&' to a double '&&' in the line :

  ( cd auth && $(MAKE)  & cd .. )

but since the brackets start a subshell then the "cd .." is redundant so I'll submit a patch to remove them and fix the bug.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (HARMONY-130) linux.ia32 auth natives are build as a background task

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-130?page=all ]

Mark Hindess updated HARMONY-130:
---------------------------------

    Attachment: do.not.background.auth.make.diff

Fix background job and clean up redundant "cd .." commands. (md5sum=e7e0bda74870b56caa283ea1295fe2ff)

> linux.ia32 auth natives are build as a background task
> ------------------------------------------------------
>
>          Key: HARMONY-130
>          URL: http://issues.apache.org/jira/browse/HARMONY-130
>      Project: Harmony
>         Type: Improvement
>   Components: Classlib
>     Reporter: Mark Hindess
>     Priority: Trivial
>  Attachments: do.not.background.auth.make.diff
>
> I was going to suggest simply changing the single '&' to a double '&&' in the line :
>   ( cd auth && $(MAKE)  & cd .. )
> but since the brackets start a subshell then the "cd .." is redundant so I'll submit a patch to remove them and fix the bug.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (HARMONY-130) linux.ia32 auth natives are build as a background task

Posted by "Mark Hindess (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-130?page=comments#action_12367967 ] 

Mark Hindess commented on HARMONY-130:
--------------------------------------

That's better.  Now it actually stops if make in auth breaks.


> linux.ia32 auth natives are build as a background task
> ------------------------------------------------------
>
>          Key: HARMONY-130
>          URL: http://issues.apache.org/jira/browse/HARMONY-130
>      Project: Harmony
>         Type: Improvement
>   Components: Classlib
>     Reporter: Mark Hindess
>     Assignee: Tim Ellison
>     Priority: Trivial
>  Attachments: do.not.background.auth.make.diff
>
> I was going to suggest simply changing the single '&' to a double '&&' in the line :
>   ( cd auth && $(MAKE)  & cd .. )
> but since the brackets start a subshell then the "cd .." is redundant so I'll submit a patch to remove them and fix the bug.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (HARMONY-130) linux.ia32 auth natives are build as a background task

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-130?page=all ]
     
Tim Ellison closed HARMONY-130:
-------------------------------


Verified by Mark

> linux.ia32 auth natives are build as a background task
> ------------------------------------------------------
>
>          Key: HARMONY-130
>          URL: http://issues.apache.org/jira/browse/HARMONY-130
>      Project: Harmony
>         Type: Improvement
>   Components: Classlib
>     Reporter: Mark Hindess
>     Assignee: Tim Ellison
>     Priority: Trivial
>  Attachments: do.not.background.auth.make.diff
>
> I was going to suggest simply changing the single '&' to a double '&&' in the line :
>   ( cd auth && $(MAKE)  & cd .. )
> but since the brackets start a subshell then the "cd .." is redundant so I'll submit a patch to remove them and fix the bug.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (HARMONY-130) linux.ia32 auth natives are build as a background task

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-130?page=all ]

Tim Ellison reassigned HARMONY-130:
-----------------------------------

    Assign To: Tim Ellison

> linux.ia32 auth natives are build as a background task
> ------------------------------------------------------
>
>          Key: HARMONY-130
>          URL: http://issues.apache.org/jira/browse/HARMONY-130
>      Project: Harmony
>         Type: Improvement
>   Components: Classlib
>     Reporter: Mark Hindess
>     Assignee: Tim Ellison
>     Priority: Trivial
>  Attachments: do.not.background.auth.make.diff
>
> I was going to suggest simply changing the single '&' to a double '&&' in the line :
>   ( cd auth && $(MAKE)  & cd .. )
> but since the brackets start a subshell then the "cd .." is redundant so I'll submit a patch to remove them and fix the bug.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (HARMONY-130) linux.ia32 auth natives are build as a background task

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-130?page=all ]
     
Tim Ellison resolved HARMONY-130:
---------------------------------

    Resolution: Fixed

Thanks Mark,

Patch applied to native-src/linux.IA32/makefile at repo revision 381350.

Please check it was applied as you expected.


> linux.ia32 auth natives are build as a background task
> ------------------------------------------------------
>
>          Key: HARMONY-130
>          URL: http://issues.apache.org/jira/browse/HARMONY-130
>      Project: Harmony
>         Type: Improvement
>   Components: Classlib
>     Reporter: Mark Hindess
>     Assignee: Tim Ellison
>     Priority: Trivial
>  Attachments: do.not.background.auth.make.diff
>
> I was going to suggest simply changing the single '&' to a double '&&' in the line :
>   ( cd auth && $(MAKE)  & cd .. )
> but since the brackets start a subshell then the "cd .." is redundant so I'll submit a patch to remove them and fix the bug.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira