2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 14:25:39 +00:00

Don't include dmidecode anymore.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2117 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2003-11-29 19:38:10 +00:00
parent b7392fbfbd
commit c43fdc81af
3 changed files with 2 additions and 1734 deletions

View File

@@ -24,10 +24,6 @@ see useful_addresses.html.
* prog/daemon/healthd.sh (written in bash, not installed)
An example of a very simple hardware health monitoring daemon.
* prog/detect/dmidecode (written in C, installed by 'make install')
This program scans the DMI (Desktop Management Interface) information
in the BIOS and prints out the useful information.
* prog/detect/i2cdetect (written in C, installed by 'make install')
This program scans your complete I2C or SMBus adapter for connected devices.
Not all devices can be detected in this way, though; and it may hang your

View File

@@ -23,8 +23,8 @@ PROGDETECTDIR := $(MODULE_DIR)
# Regrettably, even 'simply expanded variables' will not put their currently
# defined value verbatim into the command-list of rules...
PROGDETECTTARGETS := $(MODULE_DIR)/i2cdetect $(MODULE_DIR)/dmidecode
PROGDETECTSOURCES := $(MODULE_DIR)/i2cdetect.c $(MODULE_DIR)/dmidecode.c
PROGDETECTTARGETS := $(MODULE_DIR)/i2cdetect
PROGDETECTSOURCES := $(MODULE_DIR)/i2cdetect.c
PROGDETECTSBININSTALL := $(MODULE_DIR)/sensors-detect \
$(MODULE_DIR)/i2cdetect
@@ -41,9 +41,6 @@ $(MODULE_DIR)/i2cdetect: $(MODULE_DIR)/i2cdetect.ro prog/dump/i2cbusses.ro
install-prog-detect: all-prog-detect
mkdir -p $(DESTDIR)$(SBINDIR)
$(INSTALL) -o root -g root -m 755 $(PROGDETECTSBININSTALL) $(DESTDIR)$(SBINDIR)
if [ ! -e $(DESTDIR)$(SBINDIR)/dmidecode -o $(DESTDIR)$(SBINDIR)/dmidecode -ot $(PROGDETECTDIR)/dmidecode.c ] ; then \
$(INSTALL) -o root -g root -m 755 $(PROGDETECTDIR)/dmidecode $(DESTDIR)$(SBINDIR) ; \
fi
user_install :: install-prog-detect
clean-prog-detect:

File diff suppressed because it is too large Load Diff