Changeset 3905
- Timestamp:
- 04/21/04 20:52:57 (9 years ago)
- Files:
-
- 1 modified
-
i2c/trunk/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
i2c/trunk/Makefile
r3888 r3905 188 188 189 189 install :: all 190 ifeq ($(DESTDIR),) 190 191 @echo "*** If the depmod command below generates errors, you should pay particular" 191 192 @echo "*** attention to the note #1 below." 192 ifeq ($(DESTDIR),)193 193 -/sbin/depmod -a 194 194 else 195 -/sbin/depmod -a -b $(DESTDIR) 195 @echo "*** This is a \`staged' install using \"$(DESTDIR)\" as prefix." 196 @echo "***" 197 @echo "*** Once the modules have been moved to their final destination" 198 @echo "*** you must run the command \"/sbin/depmod -a\"." 199 @echo "***" 200 @echo "*** Alternatively, if you build a package (e.g. rpm), include the" 201 @echo "*** command \"/sbin/depmod -a\" in the post-(un)install procedure." 202 @echo "***" 203 @echo "*** If the depmod command mentioned above generates errors, you should" 204 @echo "*** pay particular attention to the note #1 below." 196 205 endif 197 206 @echo "*** Installation successful!" … … 202 211 @echo "*** such as bttv and zoran, and less commonly used ones such as" 203 212 @echo "*** i2c-matroxfb. If you really need these, then you shouldn't use our" 204 @echo "*** i2c package. If you can l eave without them, you should make sure"213 @echo "*** i2c package. If you can live without them, you should make sure" 205 214 @echo "*** such drivers do not exist on your system anymore. Loading them" 206 215 @echo "*** now would result in a severe system crash. We are working on the"
