Changeset 99795 in vbox for trunk/Makefile.kmk
- Timestamp:
- May 15, 2023 4:41:47 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.kmk
r99761 r99795 2313 2313 # Runs the analysis with parfait 2314 2314 # 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 # 2315 2321 run-parfait: 2316 2322 ifdef 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 2318 2328 $(TIME) -- $(VBOX_PARFAIT) \ 2319 2329 -p \
Note:
See TracChangeset
for help on using the changeset viewer.