summaryrefslogtreecommitdiff
blob: 98a9ee85c35f6f3253bfa7a5ef34bd855ea59add (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
diff -ru sbcl-0.8.21.orig/contrib/sb-posix/posix-tests.lisp sbcl-0.8.21/contrib/sb-posix/posix-tests.lisp
--- sbcl-0.8.21.orig/contrib/sb-posix/posix-tests.lisp	2004-03-15 09:24:53.000000000 -0600
+++ sbcl-0.8.21/contrib/sb-posix/posix-tests.lisp	2004-04-28 14:47:50.179460512 -0500
@@ -96,7 +96,7 @@
       (sb-posix:syscall-errno c)))
   #.sb-posix::eexist)
 
-(deftest mkdir.error.2
+#+nil (deftest mkdir.error.2
   (handler-case
       (sb-posix:mkdir "/" 0)
     (sb-posix:syscall-error (c)
@@ -149,7 +149,7 @@
       (sb-posix:syscall-errno c)))
   #.sb-posix::enotdir)
 
-(deftest rmdir.error.3
+#+nil (deftest rmdir.error.3
   (handler-case
       (sb-posix:rmdir "/")
     (sb-posix:syscall-error (c)
diff -ru sbcl-0.8.21.orig/src/runtime/GNUmakefile sbcl-0.8.21/src/runtime/GNUmakefile
--- sbcl-0.8.21.orig/src/runtime/GNUmakefile	2004-04-10 08:37:23.000000000 -0500
+++ sbcl-0.8.21/src/runtime/GNUmakefile	2004-04-28 14:46:29.556717032 -0500
@@ -33,6 +33,7 @@
 # symlink to Config-foo.
 include Config
 
+CFLAGS += -DSBCL_HOME='"/usr/lib/sbcl"'
 
 C_SRCS = alloc.c backtrace.c breakpoint.c coreparse.c \
 	dynbind.c gc-common.c globals.c interr.c interrupt.c \