Skip to content

Commit 8a2658f

Browse files
committed
contrib: Remove vanilla-module.mk
1 parent 062eb41 commit 8a2658f

File tree

2 files changed

+7
-22
lines changed

2 files changed

+7
-22
lines changed

contrib/STANDARDS

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ deprecated features or internal symbols.
3434

3535
During the end-of-month freeze, core developers should avoid
3636
committing 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
3838
submit patches where their contribs are broken.
3939

4040
Contrib modules that still don't work at release time will not be
@@ -51,12 +51,12 @@ all: # do whatever compilation is necessary
5151
test: # run the package tests
5252
install: # 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
6262
before your install target is called. You do not need to make it

contrib/vanilla-module.mk

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)