Skip to content
Snippets Groups Projects
Commit fdf0180a authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Merge branch 'release'

Conflicts:
	test/compile-asdf.lisp
parents 3db00524 ce320278
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ Uploaders: Peter Van Eynde <pvaneynd@debian.org>, ...@@ -7,7 +7,7 @@ Uploaders: Peter Van Eynde <pvaneynd@debian.org>,
Francois-Rene Rideau <fare@tunes.org> Francois-Rene Rideau <fare@tunes.org>
Build-Depends: debhelper (>> 7) Build-Depends: debhelper (>> 7)
Build-Depends-Indep: texinfo, texlive-extra-utils, texlive, texlive-generic-recommended Build-Depends-Indep: texinfo, texlive-extra-utils, texlive, texlive-generic-recommended
Standards-Version: 3.8.4 Standards-Version: 3.9.1
Homepage: http://common-lisp.net/project/asdf/ Homepage: http://common-lisp.net/project/asdf/
Vcs-Git: git://git.debian.org/git/pkg-common-lisp/cl-asdf.git Vcs-Git: git://git.debian.org/git/pkg-common-lisp/cl-asdf.git
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
(compile-file *asdf-lisp* :output-file tmp :print t :verbose t)) (compile-file *asdf-lisp* :output-file tmp :print t :verbose t))
(declare (ignore result)) (declare (ignore result))
(cond (cond
#-ecl ; 10.7.1 has spurious warnings. Sigh. #-ecl ;; 10.7.1 from CVS has spurious warnings. Sigh.
(warnings-p (warnings-p
(leave-lisp "Testsuite failed: ASDF compiled with warnings" 1)) (leave-lisp "Testsuite failed: ASDF compiled with warnings" 1))
(errors-p (errors-p
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment