|
Lines 184-190
Link Here
|
| 184 |
build_tools/uninstall-modules dahdi $(KVERS) |
184 |
build_tools/uninstall-modules dahdi $(KVERS) |
| 185 |
endif |
185 |
endif |
| 186 |
$(KMAKE) INSTALL_MOD_PATH=$(DESTDIR) INSTALL_MOD_DIR=dahdi modules_install |
186 |
$(KMAKE) INSTALL_MOD_PATH=$(DESTDIR) INSTALL_MOD_DIR=dahdi modules_install |
| 187 |
[ `id -u` = 0 ] && /sbin/depmod -a $(KVERS) || : |
187 |
# [ `id -u` = 0 ] && /sbin/depmod -a $(KVERS) || : |
| 188 |
|
188 |
|
| 189 |
uninstall-modules: |
189 |
uninstall-modules: |
| 190 |
ifdef DESTDIR |
190 |
ifdef DESTDIR |
|
Lines 197-203
Link Here
|
| 197 |
rm -rf /lib/modules/$(KVERS)/dahdi; \ |
197 |
rm -rf /lib/modules/$(KVERS)/dahdi; \ |
| 198 |
echo "done."; \ |
198 |
echo "done."; \ |
| 199 |
fi |
199 |
fi |
| 200 |
[ `id -u` = 0 ] && /sbin/depmod -a $(KVERS) || : |
200 |
# [ `id -u` = 0 ] && /sbin/depmod -a $(KVERS) || : |
| 201 |
endif |
201 |
endif |
| 202 |
|
202 |
|
| 203 |
update: |
203 |
update: |