Changeset 3809

Show
Ignore:
Timestamp:
07/02/03 09:56:25 (10 years ago)
Author:
khali
Message:

Automatically run depmod -a after installing modules.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • i2c/branches/lk2-4/Makefile

    r3808 r3809  
    176176 
    177177install :: all 
     178ifeq ($(DESTDIR),) 
     179    -/sbin/depmod -a 
     180else 
     181    -/sbin/depmod -a -b $(DESTDIR) 
     182endif 
    178183 
    179184clean::