VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/BaseTools/Scripts/RunMakefileSample.mak

Last change on this file was 80721, checked in by vboxsync, 5 years ago

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • Property svn:eol-style set to native
File size: 738 bytes
Line 
1## @file
2# Sample makefile for PREBUILD or POSTBUILD action.
3#
4# Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
5# SPDX-License-Identifier: BSD-2-Clause-Patent
6#
7
8all: show
9 @echo $@
10genc: show
11 @echo $@
12genmake: show
13 @echo $@
14modules: show
15 @echo $@
16libraries: show
17 @echo $@
18fds: show
19 @echo $@
20clean: show
21 @echo $@
22cleanall: show
23 @echo $@
24cleanlib: show
25 @echo $@
26run: show
27 @echo $@
28
29show:
30 @echo WORKSPACE........ $(WORKSPACE)
31 @echo PACKAGES_PATH.... $(PACKAGES_PATH)
32 @echo ACTIVE_PLATFORM.. $(ACTIVE_PLATFORM)
33 @echo TARGET_ARCH...... $(TARGET_ARCH)
34 @echo TOOL_CHAIN_TAG... $(TOOL_CHAIN_TAG)
35 @echo CONF_DIRECTORY... $(CONF_DIRECTORY)
36 @echo TARGET........... $(TARGET)
37 @echo EXTRA_FLAGS...... $(EXTRA_FLAGS)
Note: See TracBrowser for help on using the repository browser.

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