| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
for a long time now.
Approved by: bde
|
| |
|
|
|
|
|
|
|
|
|
| |
bsd.own.mk as of share/mk/sys.mk,v 1.60.
I did not notice this because I tested with DESTDIR=/foo/5.0,
and the "exists(/foo/5.0)" test apparently succeeded.
Reported by: fenner
|
| |
|
|
|
|
|
|
| |
o Do not clobber an existing /usr/share/info/dir.
Reviewed by: bde
|
|
|
|
|
|
| |
if ENTRY already exists for file FOO2 in /usr/share/info/dir.
So, re-init /usr/share/info/dir unconditionally at installworld.
|
| |
|
|
|
|
|
| |
PR: bin/6138
Reviewed by: bde
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
but replacing the "dir" file unconditionally isn't it. During the course
of development, if .info files go away from the sources, nothing removes
them from /usr/share/info, this is the same as system binaries etc.
Removing the entire index isn't helpful, because you've got to reinstall
the entire tree to get it back again. bsd.info.mk has a reference to
/usr/share/info/dir-tmpl, I wonder if it once created dir if needed?
|
|
|