Bug 65156 - inconsistent renaming in 2.4.18-4 sources
Summary: inconsistent renaming in 2.4.18-4 sources
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kernel
Version: 7.3
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Arjan van de Ven
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-05-18 19:27 UTC by Michal Jaegermann
Modified: 2007-04-18 16:42 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-05-18 19:28:01 UTC
Embargoed:


Attachments (Terms of Use)

Description Michal Jaegermann 2002-05-18 19:27:56 UTC
Description of Problem:

In drivers/scsi/sym53c8xx_2/Makefile an object file sym53c8xx.o was
renamed to sym53c8xx_2.o (against explicit author wishes - but this is
another story) but a Makefile one level above still refers to
sym53c8xx_2/sym53c8xx.o.  This hits if one tries to recompile sources
in a different configuration where new sym.0.9.0 driver is a built-in
instead of a module.

If you still want to do renaming an obvious small adjustment in
drivers/scsi/Makefile resolves the issue.

Version-Release number of selected component (if applicable):
2.4.18-4

Comment 1 Arjan van de Ven 2002-05-21 09:41:18 UTC
The author can wish what he wants, but modutils simply doesn't allow
2 modules with the same filename.... As for the bug, I'll fix it.

Comment 2 Michal Jaegermann 2002-05-21 22:41:58 UTC
Exactly!  AFAIK Gerard Roudier provided this new driver as a replacement
and not an alternative.  But if you want that other way then do that at
least consistently. :-)


Note You need to log in before you can comment on or make changes to this bug.