@@ -34,7 +34,7 @@ deprecated features or internal symbols.
3434
3535During the end-of-month freeze, core developers should avoid
3636committing anything that breaks a previously working contrib module.
37- Contrib maintainers should checkout the frozen SBCL version and
37+ Contrib maintainers should checkout the frozen SBCL version and
3838submit patches where their contribs are broken.
3939
4040Contrib modules that still don't work at release time will not be
@@ -51,12 +51,12 @@ all: # do whatever compilation is necessary
5151test: # run the package tests
5252install: # copy all necessary files into $(BUILD_ROOT)$(INSTALL_DIR)
5353
54- If the contrib package involves more than one file, you are encouraged
55- to use ASDF to build it and load it. A version of asdf is bundled as
56- an SBCL contrib, which knows to look in $SBCL_HOME/systems/ for asd
57- files - your install target should create an appropriate symlink there
58- to the installed location of the system file. Look in
59- sb-bsd-sockets/Makefile for an example of an asdf-using contrib.
54+ You are encouraged to use ASDF to build it and load it. A version of
55+ ASDF is bundled as an SBCL contrib, which knows to look in
56+ $SBCL_HOME/systems/ for asd files - your install target should create
57+ an appropriate symlink there to the installed location of the system
58+ file. Look in sb-bsd-sockets/Makefile for an example of an ASDF-using
59+ contrib.
6060
6161$(BUILD_ROOT)$(INSTALL_DIR) will have been created by the system
6262before your install target is called. You do not need to make it
0 commit comments