Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
asdf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tarn Burton
asdf
Commits
815e0d91
Commit
815e0d91
authored
14 years ago
by
Francois-Rene Rideau
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo that prevents compilation of documentation.
Add doc compilation to release tests!
parent
b0a97edd
Branches
Branches containing commit
Tags
debian/2%2.016-1
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+12
-8
12 additions, 8 deletions
Makefile
doc/asdf.texinfo
+1
-1
1 addition, 1 deletion
doc/asdf.texinfo
with
13 additions
and
9 deletions
Makefile
+
12
−
8
View file @
815e0d91
...
...
@@ -34,8 +34,11 @@ push:
git fetch
git status
doc
:
${
MAKE
}
-C
doc
website
:
make
-C
doc website
${
MAKE
}
-C
doc website
clean_dirs
=
$(
sourceDirectory
)
clean_extensions
=
fasl dfsl cfsl fasl fas lib dx32fsl lx64fsl lx32fsl ufasl o bak x86f
...
...
@@ -53,7 +56,7 @@ clean:
fi
;
\
done
rm
-rf
tmp/ LICENSE
test
/try-reloading-dependency.asd
make
-C
doc clean
${
MAKE
}
-C
doc clean
mrproper
:
clean
rm
-rf
.pc/ build-stamp debian/patches/ debian/debhelper.log debian/cl-asdf/
# debian crap
...
...
@@ -83,13 +86,13 @@ test-forward-references:
if
[
-f
/usr/lib/sbcl/sbcl-dist.core
]
;
then
SBCL
=
"/usr/bin/sbcl --core /usr/lib/sbcl/sbcl-dist.core"
;
fi
;
$${
SBCL:-sbcl
}
--noinform
--load
~/cl/asdf/asdf.lisp
--eval
'(sb-ext:quit)'
2>&1 | cmp - /dev/null
do-test
:
@
cd test
;
make
clean
;
./run-tests.sh
${
lisp
}
${
test-glob
}
@
cd test
;
${
MAKE
}
clean
;
./run-tests.sh
${
lisp
}
${
test-glob
}
test
:
do-test test-forward-references
test
:
do-test test-forward-references
doc
do-test-all
:
@
for
lisp
in
${
lisps
}
;
do
\
make
do
-test
lisp
=
$$
lisp
||
exit
1
;
\
${
MAKE
}
do
-test
lisp
=
$$
lisp
||
exit
1
;
\
done
test-all
:
test-forward-references test-upgrade do-test-all
...
...
@@ -100,12 +103,12 @@ debian-package: mrproper
:
$${
RELEASE:
=
"
$$(
git tag -l '2.0[0-9][0-9]' | tail -n 1
)
"
}
;
\
git-buildpackage
--git-debian-branch
=
release
--git-upstream-branch
=
$$
RELEASE
--git-tag
--git-retag
--git-ignore-branch
# Replace SBCL's ASDF with the current one.
# Replace SBCL's ASDF with the current one.
-- Not recommended now that SBCL has ASDF2.
# for casual users, just use (asdf:load-system :asdf)
replace-sbcl-asdf
:
sbcl
--eval
'(compile-file "asdf.lisp" :output-file (format nil "~Aasdf/asdf.fasl" (sb-int:sbcl-homedir-pathname)))'
--eval
'(quit)'
# Replace CCL's ASDF with the current one.
# Replace CCL's ASDF with the current one.
-- Not recommended now that CCL has ASDF2.
# for casual users, just use (asdf:load-system :asdf)
replace-ccl-asdf
:
ccl
--eval
'(progn(compile-file "asdf.lisp" :output-file (format nil "~Atools/asdf.lx64fsl" (ccl::ccl-directory)))(quit))'
...
...
@@ -124,8 +127,9 @@ TODO:
release
:
TODO test-all test-on-other-machines-too debian-changelog debian-package send-mail-to-mailing-lists
.PHONY
:
install archive archive-copy push website clean mrproper
\
.PHONY
:
install archive archive-copy push
doc
website clean mrproper
\
upgrade-test test-forward-references test do-test test-all do-test-all
\
test-upgrade test-forward-references
\
debian-package release
\
replace-sbcl-asdf replace-ccl-asdf
\
fix-local-git-tags fix-remote-git-tags
This diff is collapsed.
Click to expand it.
doc/asdf.texinfo
+
1
−
1
View file @
815e0d91
...
...
@@ -3183,7 +3183,7 @@ and not use any deep @code{:tree} entry but only @code{:directory} entries
or shallow @code
{
:tree
}
entries.
Or you can fix your implementation to not be quite that slow
when recursing through directories.
@
underline
{
Update
}
: performance bug fixed the hard way in
2
.
010
.
@
emph
{
Update
}
: performance bug fixed the hard way in
2
.
010
.
@item
On Windows, only LispWorks supports proper default configuration pathnames
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment