diff options
Diffstat (limited to 'lang/sbcl/files/patch-make.sh')
-rw-r--r-- | lang/sbcl/files/patch-make.sh | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lang/sbcl/files/patch-make.sh b/lang/sbcl/files/patch-make.sh new file mode 100644 index 000000000000..a84adf2be795 --- /dev/null +++ b/lang/sbcl/files/patch-make.sh @@ -0,0 +1,16 @@ +Index: make.sh +=================================================================== +RCS file: /cvsroot/sbcl/sbcl/make.sh,v +retrieving revision 1.47 +diff -u -r1.47 make.sh +--- make.sh 5 Apr 2006 07:46:59 -0000 1.47 ++++ make.sh 28 May 2006 05:24:20 -0000 +@@ -77,7 +77,7 @@ + sh make-config.sh + + # Enforce the source policy for no bogus whitespace +-tools-for-build/canonicalize-whitespace ++#tools-for-build/canonicalize-whitespace + + # The make-host-*.sh scripts are run on the cross-compilation host, + # and the make-target-*.sh scripts are run on the target machine. In |