Changeset 4770 for lm-sensors/branches/lm-sensors-3.0.0/Makefile
- Timestamp:
- 09/05/07 16:28:19 (6 years ago)
- Files:
-
- 1 modified
-
lm-sensors/branches/lm-sensors-3.0.0/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/Makefile
r4628 r4770 179 179 user :: 180 180 user_install:: 181 @echo "*** Important note :"181 @echo "*** Important notes:" 182 182 @echo "*** * The libsensors configuration file ($(ETCDIR)/sensors.conf) is never" 183 183 @echo "*** overwritten by our installation process, so that you won't lose" … … 186 186 @echo "*** $(ETCDIR)/sensors.conf if you want. You will then want to edit it" 187 187 @echo "*** to fit your needs again." 188 @echo "*** * The format of $(ETCDIR)/sensors.conf changed with lm-sensors 3.0.0." 189 @echo "*** If you have a custom configuration file using the old format, you" 190 @echo "*** can convert it using the sensors-conf-convert script. Otherwise just" 191 @echo "*** overwrite your old configuration file with the new default one." 188 192 all :: user 189 193 install :: all user_install
