- Timestamp:
- Jun 27, 2016 3:03:02 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Makefile.kmk
r61664 r61900 834 834 $(QUIET)$(VBOX_IASLCMD) -tc -vs -p $@ $< 835 835 $(QUIET)$(MV) -f $@ [email protected] 836 $(QUIET)$(SED) "s/AmlCode/AmlCodeSsdtStandard/g" \836 $(QUIET)$(SED) -e "s/AmlCode/AmlCodeSsdtStandard/g" \ 837 837 --output $@ [email protected] 838 838 $(QUIET)$(RM) -f [email protected] … … 845 845 $(QUIET)$(RM) -f $@ [email protected] [email protected] 846 846 $(QUIET)$(TOOL_$(VBOX_GCC_TOOL)_CC) -E -P -x c -o [email protected] $< 847 $(QUIET)$(SED) "s/<NL>/\n/g" \847 $(QUIET)$(SED) -e "s/<NL>/\n/g" \ 848 848 --output [email protected] [email protected] 849 849 $(QUIET)$(VBOX_IASLCMD) -tc -vs -p $@ [email protected] 850 850 $(QUIET)$(MV) -f $@ [email protected] 851 $(QUIET)$(SED) "s/AmlCode/AmlCodeSsdtCpuHotPlug/g" \851 $(QUIET)$(SED) -e "s/AmlCode/AmlCodeSsdtCpuHotPlug/g" \ 852 852 --output $@ [email protected] 853 853 $(QUIET)$(RM) -f [email protected] [email protected] [email protected]
Note:
See TracChangeset
for help on using the changeset viewer.