Changeset 43257 in vbox for trunk/src/VBox/Additions/x11/vboxvideo
- Timestamp:
- Sep 8, 2012 9:29:54 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80667
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/Makefile.kmk
r43253 r43257 388 388 # vboxvideo_drv_113 389 389 # 390 DLLS += vboxvideo_drv_113390 #DLLS += vboxvideo_drv_113 391 391 vboxvideo_drv_113_TEMPLATE = VBOXGUESTR3XORGMOD 392 392 vboxvideo_drv_113_CFLAGS := $(vboxvideo_drv_70_CFLAGS) … … 527 527 $(QUIET)$(APPEND) -t "$@" "done" 528 528 529 TESTING += $(vboxvideo_drv_113_0_OUTDIR)/tstvboxvideo113.run530 OTHERS += $(vboxvideo_drv_113_0_OUTDIR)/tstvboxvideo113.run531 $$(vboxvideo_drv_113_0_OUTDIR)/tstvboxvideo113.run: $$(vboxvideo_drv_113_1_STAGE_TARGET)532 $(QUIET)$(call MSG_L1,Checking for unresolved symbols in $<)533 $(QUIET)/bin/sh $(PATH_ROOT)/src/bldprogs/checkUndefined.sh $(KBUILD_HOST) \534 $(vboxvideo_drv_113_1_STAGE_TARGET) $(VBOXVIDEO_SRC_PATH)/undefined535 $(QUIET)$(APPEND) -t "$@" "done"529 # TESTING += $(vboxvideo_drv_113_0_OUTDIR)/tstvboxvideo113.run 530 # OTHERS += $(vboxvideo_drv_113_0_OUTDIR)/tstvboxvideo113.run 531 #$$(vboxvideo_drv_113_0_OUTDIR)/tstvboxvideo113.run: $$(vboxvideo_drv_113_1_STAGE_TARGET) 532 # $(QUIET)$(call MSG_L1,Checking for unresolved symbols in $<) 533 # $(QUIET)/bin/sh $(PATH_ROOT)/src/bldprogs/checkUndefined.sh $(KBUILD_HOST) \ 534 # $(vboxvideo_drv_113_1_STAGE_TARGET) $(VBOXVIDEO_SRC_PATH)/undefined 535 # $(QUIET)$(APPEND) -t "$@" "done" 536 536 537 537 endif # ! VBOX_ONLY_SDK
Note:
See TracChangeset
for help on using the changeset viewer.