rpms/sbcl/FC-4 sbcl-0.9.5-verbose-build.patch, 1.1, 1.2 sbcl.spec, 1.20, 1.21

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Wed Sep 28 16:23:19 UTC 2005


Author: rdieter

Update of /cvs/extras/rpms/sbcl/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6336

Modified Files:
	sbcl-0.9.5-verbose-build.patch sbcl.spec 
Log Message:
increase verbosity, try again


sbcl-0.9.5-verbose-build.patch:

Index: sbcl-0.9.5-verbose-build.patch
===================================================================
RCS file: /cvs/extras/rpms/sbcl/FC-4/sbcl-0.9.5-verbose-build.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sbcl-0.9.5-verbose-build.patch	28 Sep 2005 15:10:54 -0000	1.1
+++ sbcl-0.9.5-verbose-build.patch	28 Sep 2005 16:23:17 -0000	1.2
@@ -1,11 +1,22 @@
+--- sbcl-0.9.5/make-config.sh.verbose	2005-09-21 10:00:33.000000000 -0500
++++ sbcl-0.9.5/make-config.sh	2005-09-28 10:39:30.540222144 -0500
+@@ -218,7 +218,7 @@
+     # FIXME: integrate to grovel-features., maypahps
+     printf ' :stack-allocatable-closures' >> $ltf
+     $GNUMAKE -C tools-for-build where-is-mcontext -I src/runtime
+-    tools-for-build/where-is-mcontext > src/runtime/ppc-linux-mcontext.h
++    tools-for-build/where-is-mcontext > src/runtime/ppc-linux-mcontext.h || echo "error running where-is-mcontext"
+ elif [ "$sbcl_arch" = "ppc" -a "$sbcl_os" = "darwin" ]; then
+     printf ' :stack-allocatable-closures' >> $ltf
+     # We provide a dlopen shim, so a little lie won't hurt
 --- sbcl-0.9.5/make.sh.verbose	2005-09-21 10:00:33.000000000 -0500
-+++ sbcl-0.9.5/make.sh	2005-09-28 10:08:15.560262424 -0500
++++ sbcl-0.9.5/make.sh	2005-09-28 11:21:54.305511040 -0500
 @@ -70,7 +70,7 @@
  # If you're cross-compiling, you should probably just walk through the
  # make-config.sh script by hand doing the right thing on both the host
  # and target machines.
 -sh make-config.sh
-+sh -x make-config.sh
++sh -x make-config.sh ||:
  
  # Enforce the source policy for no bogus whitespace
  tools-for-build/canonicalize-whitespace


Index: sbcl.spec
===================================================================
RCS file: /cvs/extras/rpms/sbcl/FC-4/sbcl.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sbcl.spec	28 Sep 2005 15:59:00 -0000	1.20
+++ sbcl.spec	28 Sep 2005 16:23:17 -0000	1.21
@@ -3,7 +3,7 @@
 Name: 	 sbcl
 Summary: Steel Bank Common Lisp
 Version: 0.9.5
-Release: 12%{?dist}
+Release: 13%{?dist}
 
 License: BSD/MIT
 Group: 	 Development/Languages
@@ -174,7 +174,7 @@
 
 
 %changelog
-* Wed Sep 28 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.5-12
+* Wed Sep 28 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.5-13
 - more ppc work
 
 * Tue Sep 27 2005 Rex Dieter <rexdieter[AT]users.sf.net> 0.9.5-8




More information about the fedora-extras-commits mailing list