Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(171)

Side by Side Diff: sys-boot/syslinux/files/syslinux-3.83-disable_win32.patch

Issue 1748010: Add syslinux patches to disable banner and blinking cursor. (Closed)
Patch Set: Force rebuild of all of syslinux. Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 diff -Naur -b syslinux-3.83.orig/Makefile syslinux-3.83.new/Makefile
2 --- syslinux-3.83.orig/Makefile 2009-10-05 15:06:06.000000000 -0700
3 +++ syslinux-3.83.new/Makefile 2010-04-27 13:57:38.000000000 -0700
4 @@ -42,7 +42,7 @@
5 mbr/mbr_c.bin mbr/altmbr_c.bin mbr/gptmbr_c.bin \
6 mbr/mbr_f.bin mbr/altmbr_f.bin mbr/gptmbr_f.bin \
7 core/pxelinux.0 core/isolinux.bin core/isolinux-debug.bin \
8 - gpxe/gpxelinux.0 dos/syslinux.com win32/syslinux.exe \
9 + gpxe/gpxelinux.0 dos/syslinux.com \
10 $(MODULES)
11
12 # BSUBDIRs build the on-target binary components.
13 @@ -66,9 +66,9 @@
14 # Things to install in /usr/lib/syslinux
15 INSTALL_AUX = core/pxelinux.0 gpxe/gpxelinux.0 core/isolinux.bin \
16 core/isolinux-debug.bin \
17 - dos/syslinux.com dos/copybs.com win32/syslinux.exe \
18 + dos/syslinux.com dos/copybs.com \
19 mbr/*.bin $(MODULES)
20 -INSTALL_AUX_OPT = win32/syslinux.exe
21 +INSTALL_AUX_OPT =
22
23 # These directories manage their own installables
24 INSTALLSUBDIRS = com32 utils
OLDNEW
« no previous file with comments | « sys-boot/syslinux/files/syslinux-3.83-disable_cursor.patch ('k') | sys-boot/syslinux/syslinux-3.83.ebuild » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698