Opened 21 years ago
Closed 21 years ago
#836 closed defect (fixed)
Mktemp-1.5 doesn't create tempfile
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | lowest | Milestone: | |
Component: | Book | Version: | CVS |
Severity: | minor | Keywords: | |
Cc: |
Description
After "make install" you should add "make install-tempfile" (added by the patch) to create tempfile.
Change History (5)
comment:1 by , 21 years ago
comment:2 by , 21 years ago
I deliberately created a seperate target for tempfile since it is not part of the official package. I submitted the patch to the maintainer, but have not received any response. IMO, it is best to keep the target seperate.
comment:3 by , 21 years ago
I assume though, that we should be issuing the make install-tempfile
instruction though? At present the tempfile wrapper will never be installed.
comment:5 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in all branches. Thanks for the report Denis.
Note:
See TracTickets
for help on using tickets.
I see this too...
To make life easier, it's probably better to patch the install target to include install-tempfile and then not require the extra step.