axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Gcl-devel] RE: [Axiom-developer] Metadata for the uploaded W indows


From: Page, Bill
Subject: RE: [Gcl-devel] RE: [Axiom-developer] Metadata for the uploaded W indows source/binary package.
Date: Mon, 6 Dec 2004 23:16:18 -0500

Mike,

I think your patch below was generated with the opposite
convention to what Tim uses. You should write:

$ diff -Naur lsp/gcl-2.6.5/unixport/Makefile.orig Makefile

Cheers,
Bill Page.

-----Original Message-----
From: Mike Thomas [mailto:address@hidden
Sent: December 6, 2004 10:30 PM
To: address@hidden; address@hidden
Cc: address@hidden; address@hidden
Subject: RE: [Gcl-devel] RE: [Axiom-developer] Metadata for the uploaded
Windows source/binary package.


| Send me the patch and I'll look at merging it into main.
| I plan to push main to savannah shortly. I'm still testing it.

Attached and below - probably be incorporated into the other patch to the
same file.

$ diff -Naur lsp/gcl-2.6.5/unixport/makefile{,.orig}
--- lsp/gcl-2.6.5/unixport/makefile     Tue Dec  7 13:26:18 2004
+++ lsp/gcl-2.6.5/unixport/makefile.orig        Wed Jul 14 00:32:10 2004
@@ -28,7 +28,7 @@
        rm -rf gmp
        mkdir gmp
        a="$^" ; \
-       for i in $$a ; do \
+       for i in $^ ; do \
                cp $$i gmp/$$(echo $$i | sed -e 's,\.\./,,1' -e 's,/,_,g') ;
\
        done
        touch $@





reply via email to

[Prev in Thread] Current Thread [Next in Thread]