Opened 21 years ago
Closed 21 years ago
#607 closed defect (fixed)
psModules does not correctly build/install without make clean
| Reported by: | eugene | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | build | Version: | 0.8.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
unlike psLib, psModules does not seem to update correctly without a make clean.
For example, if I make changes to a component of psModules, the type 'make'
followed by 'make install', programs which use psModules do not see the changes.
Only if I do a 'make clean' in the modules top-level dir does the program see
the changes. (note: in my tests, I was only using 'objects'. perhaps this
error is peculiar to objects?)
Change History (2)
comment:1 by , 21 years ago
| Status: | new → assigned |
|---|
comment:2 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

specified an explicit list of dependencies for the libpsmodule.
Fix in CVS trunk.