Changeset 77400 in vbox for trunk/src/VBox/HostDrivers/Support/linux/Makefile
- Timestamp:
- Feb 20, 2019 6:36:27 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 128954
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/Makefile
r77399 r77400 172 172 include $(obj)/Makefile-footer.gmk 173 173 174 check: $( MODULE)174 check: $(VBOXMOD_0_TARGET) 175 175 @if ! readelf -p __ksymtab_strings vboxdrv.ko | grep -E "\[.*\] *(RT|g_..*RT.*)"; then \ 176 176 echo "All exported IPRT symbols are properly renamed!"; \
Note:
See TracChangeset
for help on using the changeset viewer.