axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] 20080817.01.tpd.patch (fix uncompress)


From: daly
Subject: [Axiom-developer] 20080817.01.tpd.patch (fix uncompress)
Date: Sun, 17 Aug 2008 15:06:15 -0500

There is an interaction between the makefile syntax and the shell
variable syntax which leads to problems. Hardcode the desired result.
======================================================================
diff --git a/books/bookvol7.1.pamphlet b/books/bookvol7.1.pamphlet
index a629a3c..09a7929 100644
--- a/books/bookvol7.1.pamphlet
+++ b/books/bookvol7.1.pamphlet
@@ -188310,7 +188310,7 @@ ${HYPER}/ht.db: ${BOOK}
        @ cp -pr ${IN}/bitmaps ${HYPER}
        @ cp -pr ${IN}/viewports ${HYPER}
        @ (cd ${HYPER}/viewports ; \
-            for i in `find . -name "*.Z"` ; do $${UNCOMPRESS} $$i ; done )
+            for i in `find . -name "*.Z"` ; do gunzip $$i ; done )
 
 @
 \eject
diff --git a/changelog b/changelog
index 5a3a67b..7603cef 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,4 @@
+20080817 tpd books/bookvol7.1 fix uncompress
 20080816 tpd src/input/Makefile add regression tests
 20080816 tpd src/input/test.input create regression
 20080816 tpd src/input/regset.input create regression




reply via email to

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