Changeset 2273
- Timestamp:
- 02/06/04 19:23:17 (5 years ago)
- Files:
-
- lm-sensors/trunk/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/Makefile
r2272 r2273 251 251 user :: 252 252 user_install:: 253 @echo "*** Important note:" 254 @echo "*** * The libsensors configuration file ($(ETCDIR)/sensors.conf) is never" 255 @echo "*** overwritten by our installation process, so that you won't lose" 256 @echo "*** your personal settings in that file. You still can get our latest" 257 @echo "*** default config file in etc/sensors.conf.eg and manually copy it to" 258 @echo "*** $(ETCDIR)/sensors.conf if you want. You will then want to edit it" 259 @echo "*** to fit your needs again." 253 260 all :: user 254 261 install :: all user_install … … 260 267 -/sbin/depmod -a -b $(DESTDIR) 261 268 endif 262 @echo "*** Installation successful!"263 @echo "*** Important note:"264 @echo "*** * The libsensors configuration file ($(ETCDIR)/sensors.conf) is never"265 @echo "*** overwritten by our installation process, so that you won't lose"266 @echo "*** your personal settings in that file. You still can get our latest"267 @echo "*** default config file in etc/sensors.conf.eg and manually copy it to"268 @echo "*** $(ETCDIR)/sensors.conf if you want. You will then want to edit it"269 @echo "*** to fit your needs again."270 269 271 270 clean::
