|
Mantis - gar_devel
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 4529 | regular use | minor | always | 2010-08-22 16:08 | 2010-08-29 14:07 |
|
|
|||||
| Reporter: | gmarler | Platform: | |||
| Assigned To: | OS: | ||||
| Priority: | normal | OS Version: | |||
| Status: | closed | Product Version: | |||
| Product Build: | Resolution: | won't fix | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | |||
|
|
|||||
| Summary: | 0004529: gar.mk line 194 complains when EXTRA_BUILD_ISAS_sparc is set in Makefile | ||||
| Description: |
After setting EXTRA_BUILD_ISAS_sparc (haven't tried EXTRA_BUILD_ISAS_i386) in a Makefile recipe, these kinds of messages are generated for each phase whenever gmake is invoked for any target: gar/gar.mk:194: warning: overriding commands for target `extract-isa-sparcv8' gar/gar.mk:194: warning: ignoring old commands for target `extract-isa-sparcv8' gar/gar.mk:194: warning: overriding commands for target `patch-isa-sparcv8' gar/gar.mk:194: warning: ignoring old commands for target `patch-isa-sparcv8' ... |
||||
| Steps To Reproduce: | |||||
| Additional Information: |
The example package was CSWfindutils, where optimized 32-bit binaries are being tested for desireability, by making this setting: EXTRA_BUILD_ISAS_sparc = sparcv8 sparcv8plus+vis Setting this value to just: EXTRA_BUILD_ISAS_sparc = sparcv8plus+vis makes the issue go away - appears to be just related to the originally specified ISA being repeated in the EXTRA_... flag. GAR just needs to check for this and warn about the repitition so it can be corrected. |
||||
| Relationships | |||||
| Attached Files: | |||||
|
|
|||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2010-08-22 16:08 | gmarler | New Issue | |||
| 2010-08-22 16:11 | gmarler | Additional Information Updated | |||
| 2010-08-29 14:07 | bwalton | Note Added: 0008224 | |||
| 2010-08-29 14:07 | bwalton | Status | new => closed | ||
| 2010-08-29 14:07 | bwalton | Resolution | open => won't fix | ||
| Notes | |||||
|
|
|||||
|
|
||||