in reply to Setting up a module's ownership in the makefile
What if somebody else writes a module that uses yours as a prerequisite? His installations would be broken. If you really want to use a module privately, you could tell the user to specify a PREFIX, although that doesn't always work.
So I'd say it's almost assuredly a bad idea.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Setting up a module's ownership in the makefile
by tinita (Parson) on Aug 29, 2005 at 15:53 UTC | |
|
Re^2: Setting up a module's ownership in the makefile
by jacques (Priest) on Aug 25, 2005 at 22:41 UTC | |
by Jenda (Abbot) on Aug 25, 2005 at 22:55 UTC | |
|