generic build doubts, part 2

Lapo Luchini lapo@lapo.it
Tue Feb 24 22:46:00 GMT 2004


Igor Pechtchanski wrote:
> to the build script, but your way (using "patch -Z") is better.  Please go
> ahead and submit a patch to the build script, and I'll apply it.  AFAICS,
> there should be no adverse effects.

Here it is:

--- templates-orig/generic-build-script      2004-02-21 
10:37:26.593547400 +0100
+++ templates/generic-build-script 2004-02-24 23:18:30.637601000 +0100
@@ -124,7 +126,7 @@
    (cd ${topdir} && \
    unpack ${src_orig_pkg} && \
    cd ${topdir} && \
-  patch -p0 < ${src_patch} && \
+  patch -Zp0 < ${src_patch} && \
    mkdirs )
  }
  conf() {


Changelog:
2004-02-11  Lapo Luchini  <lapo<at>lapo<dot>it>

	* generic-build-script: Added patch option to use modification times as 
in diff file.

-- 
Lapo 'Raist' Luchini
lapo@lapo.it (PGP & X.509 keys available)
http://www.lapo.it (ICQ UIN: 529796)



More information about the Cygwin-apps mailing list