VirtualBox

Changeset 79091 in vbox


Ignore:
Timestamp:
Jun 11, 2019 3:15:30 PM (6 years ago)
Author:
vboxsync
Message:

*.kmk: Don't use double colon for pylint rule as if effectively disables parallel execution of pylint when 'kmk pylint' is invoked.

Location:
trunk/src/VBox
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/Makefile.kmk

    r78438 r79091  
    936936$(eval name:=$(basename $(notdir $(py))))
    937937
    938 pylint::   $(name)-py-phony.o
     938pylint:    $(name)-py-phony.o
    939939$(name).o: $(name)-py-phony.o
    940940$(PATH_TARGET)/pylint/$(name).o $(name)-py-phony.o:: $(py) | $(PATH_TARGET)/pylint/
  • trunk/src/VBox/VMM/testcase/Instructions/Makefile.kmk

    r76553 r79091  
    3030$(eval name:=$(basename $(notdir $(py))))
    3131
    32 pylint::   $(name)-py-phony.o
     32pylint:    $(name)-py-phony.o
    3333$(name).o: $(name)-py-phony.o
    3434$(PATH_TARGET)/pylint/$(name).o $(name)-py-phony.o:: $(py) | $(PATH_TARGET)/pylint/
  • trunk/src/VBox/ValidationKit/Config.kmk

    r79067 r79091  
    175175$(eval name:=$(basename $(notdir $(py))))
    176176
    177 pylint::   $(name)-py-phony.o
     177pylint:   $(name)-py-phony.o
    178178$(name).o: $(name)-py-phony.o
    179179$(PATH_TARGET)/pylint/$(name).o $(name)-py-phony.o:: $(py) | $(PATH_TARGET)/pylint/
     
    186186
    187187ifn1of ($(py),$(VBOX_VALIDATIONKIT_PYUNITTEST_EXCLUDE))
    188 pyunittest:: $(name)-pyunittest.o
     188pyunittest: $(name)-pyunittest.o
    189189$(PATH_TARGET)/pyunittest/$(name).o $(name)-pyunittest.o:: $(py) | $(PATH_TARGET)/pyunittest/
    190190        $(QUIET2)$(call MSG_L1,Unittesting Python source $(py)...)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette