This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: generic build doubts, part 2


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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]