r588 - /packages/flasm/trunk/debian/patches/parallel-ftbfs.patch
pabs at users.alioth.debian.org
pabs at users.alioth.debian.org
Thu Nov 23 01:57:40 UTC 2017
Author: pabs
Date: Thu Nov 23 01:57:40 2017
New Revision: 588
URL: http://svn.debian.org/wsvn/?sc=1&rev=588
Log:
Fix line endings in the patch
Modified:
packages/flasm/trunk/debian/patches/parallel-ftbfs.patch
Modified: packages/flasm/trunk/debian/patches/parallel-ftbfs.patch
URL: http://svn.debian.org/wsvn/packages/flasm/trunk/debian/patches/parallel-ftbfs.patch?rev=588&op=diff
==============================================================================
--- packages/flasm/trunk/debian/patches/parallel-ftbfs.patch (original)
+++ packages/flasm/trunk/debian/patches/parallel-ftbfs.patch Thu Nov 23 01:57:40 2017
@@ -1,9 +1,9 @@
-Description: Don't run bison twice in parallel
- This sometimes caused FTBFS in parallel builds.
-Author: Adrian Bunk <bunk at debian.org>
-
---- flasm-1.62.orig/Makefile
-+++ flasm-1.62/Makefile
+Description: Don't run bison twice in parallel
+ This sometimes caused FTBFS in parallel builds.
+Author: Adrian Bunk <bunk at debian.org>
+
+--- flasm-1.62.orig/Makefile
++++ flasm-1.62/Makefile
@@ -28,8 +28,10 @@ clean:
flasm: ${OFILES}
${CC} $(CFLAGS) -o flasm ${OFILES} ${LIBS}
@@ -16,4 +16,4 @@
lex.yy.c: assembler.flex assembler.tab.h
flex -i assembler.flex
-
+
More information about the pkg-flash-devel
mailing list