Changeset 77662 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/BaseTools/GNUmakefile
- Timestamp:
- Mar 12, 2019 12:40:12 PM (6 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776 /vendor/edk2/current 103735-103757,103769-103776,129194-129237
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/BaseTools/GNUmakefile
r58466 r77662 2 2 # GNU/Linux makefile for Base Tools project build. 3 3 # 4 # Copyright (c) 2009 - 201 0, Intel Corporation. All rights reserved.<BR>4 # Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.<BR> 5 5 # This program and the accompanying materials 6 6 # are licensed and made available under the terms and conditions of the BSD License … … 25 25 $(MAKE) -C $@ 26 26 27 Tests: $(SOURCE_SUBDIRS) 28 27 29 .PHONY: $(CLEAN_SUBDIRS) 28 30 $(CLEAN_SUBDIRS): … … 30 32 31 33 clean: $(CLEAN_SUBDIRS) 32 33 test:34 @$(MAKE) -C Tests35
Note:
See TracChangeset
for help on using the changeset viewer.