summaryrefslogtreecommitdiff
path: root/payloads/libpayload/curses/PDCurses/sdl1
diff options
context:
space:
mode:
authorStefan Reinauer <stefan.reinauer@coreboot.org>2015-11-10 09:13:43 -0800
committerMartin Roth <martinroth@google.com>2015-11-20 16:27:36 +0100
commit5bbc5e5e0d516ea1db958c96f82ea8fbea1bc858 (patch)
tree1813b1f69e88ecea5f8c2ec6b797e5a066dd37fb /payloads/libpayload/curses/PDCurses/sdl1
parent9b7bb4911d26eab0b4cff4e0c3875d46f4f03f51 (diff)
libpayload: PDCurses: Remove trailing whitespace
find . -type f |xargs perl -pi -e 's, *$,,' find . -type f |xargs perl -pi -e 's, *$,,' Change-Id: I62c2bc15b7c395a68b68422e701edf98b08e27c6 Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: http://review.coreboot.org/12399 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'payloads/libpayload/curses/PDCurses/sdl1')
-rw-r--r--payloads/libpayload/curses/PDCurses/sdl1/Makefile.mng6
-rw-r--r--payloads/libpayload/curses/PDCurses/sdl1/README4
2 files changed, 5 insertions, 5 deletions
diff --git a/payloads/libpayload/curses/PDCurses/sdl1/Makefile.mng b/payloads/libpayload/curses/PDCurses/sdl1/Makefile.mng
index 427edc670b..80f80e216b 100644
--- a/payloads/libpayload/curses/PDCurses/sdl1/Makefile.mng
+++ b/payloads/libpayload/curses/PDCurses/sdl1/Makefile.mng
@@ -60,9 +60,9 @@ demos: $(DEMOS)
pdcurses.dll: $(DEFFILE)
$(DEFFILE): $(DEFDEPS)
- echo LIBRARY pdcurses > $@
- echo EXPORTS >> $@
- type $(BASEDEF) >> $@
+ echo LIBRARY pdcurses > $@
+ echo EXPORTS >> $@
+ type $(BASEDEF) >> $@
echo pdc_screen >> $@
echo pdc_font >> $@
echo pdc_icon >> $@
diff --git a/payloads/libpayload/curses/PDCurses/sdl1/README b/payloads/libpayload/curses/PDCurses/sdl1/README
index 35234d397d..213d23f633 100644
--- a/payloads/libpayload/curses/PDCurses/sdl1/README
+++ b/payloads/libpayload/curses/PDCurses/sdl1/README
@@ -9,7 +9,7 @@ Building
. On *nix (including Linux and Mac OS X), run "make" in the sdl1
directory. There is no configure script (yet?) for this port. This
- assumes a working sdl-config, and GNU make. It builds the library
+ assumes a working sdl-config, and GNU make. It builds the library
libpdcurses.a (dynamic lib not implemented).
With MinGW, run "make -f Makefile.mng". This assumes SDL is installed
@@ -17,7 +17,7 @@ Building
parameters "DLL=Y" and "DEBUG=Y", as with the console version. (Wide-
character support is not yet implemented for SDL.) Both makefiles
recognize the optional PDCURSES_SRCDIR environment variable, as with
- the console ports. Makefile.mng builds libpdcurses.a, along with
+ the console ports. Makefile.mng builds libpdcurses.a, along with
pdcurses.dll, if specified.