- Timestamp:
- Feb 11, 2008 11:15:45 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r6892 r6894 1192 1192 ifneq ($(wildcard /usr/bin/chcon),) 1193 1193 # this is needed for testcases executed at build time 1194 ## @todo Could someone that's able to test this change it to 1195 # VBoxRT_POST_CMDS = chcon -t texrel_shlib_t $(out) || true 1196 # instead. This will cause the command to be executed at link 1197 # time instead of installation time, but hopefully that isn't 1198 # going to make much difference. However, this is causing warnings 1199 # that alarms some people. 1194 1200 $(PATH_BIN)/VBoxRT.so: 1195 1201 $(INSTALL) $(out) $@
Note:
See TracChangeset
for help on using the changeset viewer.