#417 closed defect (fixed)
Ch 6 Bzip2 instructions minor improvement
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | Book | Version: | CVS |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The Ch 6 Bzip2 instructions are slightly redundant. They start off with:-
make -f Makefile-libbz2_so && make && make PREFIX=/usr install &&
The "PREFIX" variable is not needed in Ch 6 as the Makefile already defines this to "PREFIX=/usr".
I suggest to drop it which will simply make the line a plain old "make install"
Change History (3)
comment:1 by , 23 years ago
| Priority: | normal → highest |
|---|
comment:2 by , 23 years ago
| Status: | new → assigned |
|---|
comment:3 by , 23 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
