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


On Tue, 24 Feb 2004, Lapo Luchini wrote:

> 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.

2004-02-24  Lapo Luchini  <lapo<at>lapo<dot>it>

        * generic-build-script (prep): Add patch option to set
        modification times from the diff file.

Applied, with slight modification and some ChangeLog formatting (above).
To everyone providing patches for the generic-build-script: please follow
the ChangeLog guidelines from the Cygwin contributions page
(<http://cygwin.com/contrib.html>).
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton


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