Discussion:
[Gnewsense-dev] quilt generated patch files
Dennis Worthem
2014-06-28 20:48:29 UTC
Permalink
Sam

When I generated the patch file for autoconf I got the following text:

Index: autoconf-2.69/lib/autoconf/lang.m4
===================================================================
--- autoconf-2.69.orig/lib/autoconf/lang.m4 2012-01-21 08:46:39.000000000 -0500
+++ autoconf-2.69/lib/autoconf/lang.m4 2014-06-28 00:49:20.000000000 -0400
@@ -450,7 +450,7 @@
# On UWIN (which uses a cc wrapper for MSVC), the compiler also generates
# a .pdb file
#
-# When the w32 free Borland C++ command line compiler links a program
+# When the w32 Borland C++ command line compiler links a program
# (conftest.exe), it also produces a file named `conftest.tds' in
# addition to `conftest.obj'.
#

It seems that in parkes quilt was not generating the "Index:" entry. Should I leave the in and do the DEP-3 headers go before or after this "Index:" line?

Thanks
Dennis
Dennis Worthem
2014-06-28 20:50:21 UTC
Permalink
I should have mentioned that the quilt tutorial examples show the "Index:" line. The last update to the tutorial was 2006.

From: ***@msn.com
To: gnewsense-***@nongnu.org; ***@elmundolibre.be
Subject: quilt generated patch files
Date: Sat, 28 Jun 2014 16:48:29 -0400




Sam

When I generated the patch file for autoconf I got the following text:

Index: autoconf-2.69/lib/autoconf/lang.m4
===================================================================
--- autoconf-2.69.orig/lib/autoconf/lang.m4 2012-01-21 08:46:39.000000000 -0500
+++ autoconf-2.69/lib/autoconf/lang.m4 2014-06-28 00:49:20.000000000 -0400
@@ -450,7 +450,7 @@
# On UWIN (which uses a cc wrapper for MSVC), the compiler also generates
# a .pdb file
#
-# When the w32 free Borland C++ command line compiler links a program
+# When the w32 Borland C++ command line compiler links a program
# (conftest.exe), it also produces a file named `conftest.tds' in
# addition to `conftest.obj'.
#

It seems that in parkes quilt was not generating the "Index:" entry. Should I leave the in and do the DEP-3 headers go before or after this "Index:" line?

Thanks
Dennis
Sam Geeraerts
2014-06-30 20:27:50 UTC
Permalink
Op Sat, 28 Jun 2014 16:48:29 -0400
Post by Dennis Worthem
Sam
Index: autoconf-2.69/lib/autoconf/lang.m4
===================================================================
--- autoconf-2.69.orig/lib/autoconf/lang.m4 2012-01-21
08:46:39.000000000 -0500 +++ autoconf-2.69/lib/autoconf/lang.m4
# On UWIN (which uses a cc wrapper for MSVC), the compiler also
generates # a .pdb file
#
-# When the w32 free Borland C++ command line compiler links a program
+# When the w32 Borland C++ command line compiler links a program
# (conftest.exe), it also produces a file named `conftest.tds' in
# addition to `conftest.obj'.
#
It seems that in parkes quilt was not generating the "Index:" entry.
Should I leave the in and do the DEP-3 headers go before or after
this "Index:" line?
I believe it's a hint for patch that overrides the path lines below it.
Just leave it in and put the DEP-3 header as usual at the top of the
file.

Loading...