Bug 17945 - [patch] Makefile in /usr/src/sbin/mount_msdos does not honour LIBDATADIR
Summary: [patch] Makefile in /usr/src/sbin/mount_msdos does not honour LIBDATADIR
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 5.0-CURRENT
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sheldon Hearn
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-04-12 09:00 UTC by benno
Modified: 2000-08-01 10:37 UTC (History)
0 users

See Also:


Attachments
file.diff (261 bytes, patch)
2000-04-12 09:00 UTC, benno
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description benno 2000-04-12 09:00:01 UTC
The Makefile for mount_msdos does not honour LIBDATADIR in generating it's
TABDIR variable.

How-To-Repeat: 
cd /usr/src/sbin/mount_msdos
setenv LIBDATADIR /tmp
make clean
make depend
make all
make install
Comment 1 Sheldon Hearn freebsd_committer freebsd_triage 2000-04-12 10:21:20 UTC
Responsible Changed
From-To: freebsd-bugs->sheldonh

I'll commit this as soon as it's made it through a ``make world'' 
on my box. 
Comment 2 Sheldon Hearn freebsd_committer freebsd_triage 2000-08-01 10:36:27 UTC
State Changed
From-To: open->closed

Committed as rev 1.15 in HEAD, and merged onto the RELENG_4 branch. 
Thanks, and sorry about the delay. :-)