Changeset 44470 in vbox for trunk/src/VBox/Additions/x11
- Timestamp:
- Jan 30, 2013 3:48:55 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/Makefile.kmk
r43588 r44470 352 352 VBOXVIDEO_SRC_PATH := $(PATH_SUB_CURRENT) 353 353 354 if 0 355 ## 356 # Using the extra expansion to replace $(ver) before eval, thus everything 357 # else needs escaped dollars. 358 define def_vboxvideo_test 359 TESTING += $$(vboxvideo_drv$(ver)_0_OUTDIR)/tstvboxvideo$(ver).run 360 OTHERS += $$(vboxvideo_drv$(ver)_0_OUTDIR)/tstvboxvideo$(ver).run 361 $$$$(vboxvideo_drv_$(ver)_0_OUTDIR)/tstvboxvideo$(ver).run: $$$$(vboxvideo_drv$(ver)_1_STAGE_TARGET) 362 $$(QUIET)$$(call MSG_L1,Checking for unresolved symbols in $$<) 363 $$(QUIET)$$(ASH) $$(PATH_ROOT)/src/bldprogs/checkUndefined.sh $$(KBUILD_HOST) \ 364 $$(vboxvideo_drv$(ver)_1_STAGE_TARGET) $$(VBOXVIDEO_SRC_PATH)/undefined --static 365 $$(QUIET)$$(APPEND) -t "$@" "done" 366 endef 367 ver := 368 $(eval $(def_vboxvideo_test)) 369 $(foreach ver, _70 _71 _13 _14 _15 _16 _17 _18 _19 _110 _111 _112 _113, $(eval $(def_vboxvideo_test))) 370 371 else # old 372 354 373 ifeq ($(KBUILD_TARGET),linux) 355 374 TESTING += $(vboxvideo_drv_0_OUTDIR)/tstvboxvideo68.run … … 465 484 $(vboxvideo_drv_113_1_STAGE_TARGET) $(VBOXVIDEO_SRC_PATH)/undefined 466 485 $(QUIET)$(APPEND) -t "$@" "done" 486 endif # old 467 487 468 488 endif # ! VBOX_ONLY_SDK
Note:
See TracChangeset
for help on using the changeset viewer.