VirtualBox

Changeset 99795 in vbox


Ignore:
Timestamp:
May 15, 2023 4:41:47 PM (19 months ago)
Author:
vboxsync
Message:

makefile.kmk: Let parfait chew on the output, even if the build fails, bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.kmk

    r99761 r99795  
    23132313# Runs the analysis with parfait
    23142314#
     2315# @todo A lot of stuff doesn't compile with parfait under
     2316#       Windows yet due to insufficient MSVC emulation.
     2317#       Thatswhy the build is just ignoring errors and we let
     2318#       parfait work on whats there, even if incomplete.
     2319#       See @bugref{3409} for updates.
     2320#
    23152321run-parfait:
    23162322ifdef VBOX_WITH_PARFAIT
    2317         + $(TIME) -- $(KMK) all
     2323 ifeq ($(KBUILD_TARGET),win)
     2324         - $(TIME) -- $(KMK) all -k
     2325 else
     2326         + $(TIME) -- $(KMK) all
     2327 endif
    23182328        $(TIME) -- $(VBOX_PARFAIT) \
    23192329         -p \
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