syslinux/0001-Add-install-all-target-to-top-side-of-HAVE_FIRMWARE.patch
Troy Dawson 2698eb3378 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/syslinux#135fd0fb0f3aa1c828d6a1cc11832a9ab354b04e
2020-10-15 10:13:19 -07:00

33 lines
572 B
Diff

From ca745cdfc27b83b6bcef9f856d858a68c64429de Mon Sep 17 00:00:00 2001
From: Peter Jones <pjones@redhat.com>
Date: Tue, 8 Apr 2014 15:28:12 -0400
Subject: [PATCH] Add "install-all target" to top side of HAVE_FIRMWARE.
---
Makefile | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/Makefile b/Makefile
index b472945..6606d31 100644
--- a/Makefile
+++ b/Makefile
@@ -275,6 +275,16 @@ efi64:
FIRMWARE=EFI64 FWCLASS=EFI \
$(MAKECMDGOALS)
+install-all:
+
+install:
+
+netinstall:
+
+clean:
+
+all:
+
else # FIRMWARE
all: all-local subdirs
--
2.5.5