Changeset 106727 in vbox for trunk/src/VBox/VMM/Makefile.kmk
- Timestamp:
- Oct 27, 2024 9:39:17 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/Makefile.kmk
r106725 r106727 688 688 # Generate member offsets for selected structures for use from ARM64 assembly. 689 689 # 690 # Note! The windows rule is using the .obj rather than the -obj.pdb file as 691 # dependency, as the latter isn't listed as an output file for some reason. 692 # 690 693 if1of ($(KBUILD_TARGET_ARCH), arm64) 691 694 VBoxVMM_CLEAN += \ … … 696 699 $(VBoxVMM_0_OUTDIR)/CommonGenIncs/IEMAssemblyOffsets.h.ts \ 697 700 +| $(VBoxVMM_0_OUTDIR)/CommonGenIncs/IEMAssemblyOffsets.h: \ 698 $(VBoxVMM_0_OUTDIR)/VMMAll/IEMAllN8veRecompiler -obj.pdb\701 $(VBoxVMM_0_OUTDIR)/VMMAll/IEMAllN8veRecompiler.obj \ 699 702 $(PATH_SUB_CURRENT)/pdbutil-to-offsets.sed 700 703 $(QUIET)$(call MSG_GENERATE,VBoxVMM,$@,IEMAllN8veRecompiler-obj.pdb) … … 704 707 $(QUIET)$(REDIRECT) -0 /dev/null -o "[email protected]" -- \ 705 708 $(TOOL_VCC143-CLANGXX_PREFIX2)pdbutil$(TOOL_VCC143-CLANGXX_SUFFIX2) \ 706 pretty --with-name=VMCPU --with-name=IEMCPU "$ <"709 pretty --with-name=VMCPU --with-name=IEMCPU "$(VBoxVMM_0_OUTDIR)/VMMAll/IEMAllN8veRecompiler-obj.pdb" 707 710 $(QUIET)$(SED) -n -f "$(filter %.sed,$^)" --output "$@" "[email protected]" 708 711 $(QUIET)$(RM) -f "[email protected]"
Note:
See TracChangeset
for help on using the changeset viewer.