blob: 7c003e165b17fbfb7561dd0da033ed51a2aeba7d [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001This script try to call git submodule, since we are downloading
2the tarball it seems in-correct to do this.
3
4Upstream-Status: Inappropriate [OE-Specific]
5Signed-off-by: Saul Wold <sgw@linux.intel.com>
6Index: syslinux-6.03/efi/Makefile
7===================================================================
8--- syslinux-6.03.orig/efi/Makefile
9+++ syslinux-6.03/efi/Makefile
10@@ -101,7 +101,6 @@ tidy dist:
11 rm -f *.so *.o wrapper
12 find . \( -name \*.o -o -name \*.a -o -name .\*.d -o -name \*.tmp \) -print0 | \
13 xargs -0r rm -f
14- $(topdir)/efi/clean-gnu-efi.sh $(EFI_SUBARCH) $(objdir)
15
16 clean: tidy
17