Changes between Initial Version and Version 1 of Ticket #5408, comment 4


Ignore:
Timestamp:
Mar 24, 2016, 4:41:11 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5408, comment 4

    initial v1  
    55Example:
    66
    7 cd aquaterm_src.1.0.0/  (all diffs must be done in the root of the download directory):
     7`cd aquaterm_src.1.0.0/`  (all diffs must be done in the root of the download directory):
    88
    9 diff -u adapters/pgplot/aqdriv.m.org adapters/pgplot/aqdriv.m >patch-adapters-pgplot-aqdriv.m
     9`diff -u adapters/pgplot/aqdriv.m.org adapters/pgplot/aqdriv.m >patch-adapters-pgplot-aqdriv.m`
    1010
     11{{{
    1112--- adapters/pgplot/aqdriv.m.org        2004-03-04 14:30:31.000000000 -0800
    1213+++ adapters/pgplot/aqdriv.m    2006-04-08 00:53:08.000000000 -0700
     
    1819 /* Debugging extras */
    1920 static inline void NOOP_(id x, ...) {;}
     21}}}
    2022
    2123Please make patches for the rest that way.  I'd do it but you've given the file path in terms of their destination rather than their source and that makes it more time consuming to figure it out.  If you do that for us and attach the patch files it will help a lot.  Thanks.