diff --git a/Makefile b/Makefile index f3ec03b5a57cf180b3679b7cd1e7a667e6148253..2a022a70f6affae45ff43b6acef1d5e7b53e779b 100644 --- a/Makefile +++ b/Makefile @@ -120,9 +120,10 @@ push: git fetch git status -doc: - ${MAKE} -C doc - +# doc: +# ${MAKE} -C doc +# don't have the toolchain to build docs installed... +doc: ; website: ${MAKE} -C doc website diff --git a/asdf.asd b/asdf.asd index e31bd154c79b213e6c6adca855deedabc8a7f42b..349635337140c73b9d1ff8fc8ba7190711d04d6e 100644 --- a/asdf.asd +++ b/asdf.asd @@ -75,7 +75,7 @@ :licence "MIT" :description "Another System Definition Facility" :long-description "ASDF builds Common Lisp software organized into defined systems." - :version "3.1.4.15" ;; to be automatically updated by make bump-version + :version "3.1.4.16" ;; to be automatically updated by make bump-version :depends-on () #+asdf3 :encoding #+asdf3 :utf-8 :class #+asdf3.1 package-inferred-system #-asdf3.1 system diff --git a/header.lisp b/header.lisp index 031e673f73b7cd5d728c14d44821474842e91d43..b50d70ded42f0a09044bc12d42e7eaeca6458816 100644 --- a/header.lisp +++ b/header.lisp @@ -1,5 +1,5 @@ ;;; -*- mode: Common-Lisp; Base: 10 ; Syntax: ANSI-Common-Lisp ; buffer-read-only: t; -*- -;;; This is ASDF 3.1.4.15: Another System Definition Facility. +;;; This is ASDF 3.1.4.16: Another System Definition Facility. ;;; ;;; Feedback, bug reports, and patches are all welcome: ;;; please mail to <asdf-devel@common-lisp.net>. diff --git a/test/run-tests.sh b/test/run-tests.sh index 3db38165327dab6eba9f71cd64311b8ae5a24718..dbd8032e4b0c33b761092258bee2a4227b7c52f1 100755 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -222,7 +222,7 @@ case "$lisp" in ALLEGRO=$command ; export ALLEGRO flags="-q" nodebug="-batch" - if [ "$os" = windows ] && [ -z "$ALLEGRO_NOISY" ] ; then bcmd="$command +c $flags" ; fi +# if [ "$os" = windows ] && [ -z "$ALLEGRO_NOISY" ] ; then bcmd="$command +c $flags" ; fi eval="-e" ;; ccl) command="${CCL:-ccl}" diff --git a/upgrade.lisp b/upgrade.lisp index 911b53d5819cf55ef919f3e5abd6788356701248..247373fe29b5f63459dbc6a58b4b6c3b872e897b 100644 --- a/upgrade.lisp +++ b/upgrade.lisp @@ -67,7 +67,7 @@ previously-loaded version of ASDF." ;; "3.4.5.67" would be a development version in the official branch, on top of 3.4.5. ;; "3.4.5.0.8" would be your eighth local modification of official release 3.4.5 ;; "3.4.5.67.8" would be your eighth local modification of development version 3.4.5.67 - (asdf-version "3.1.4.15") + (asdf-version "3.1.4.16") (existing-version (asdf-version))) (setf *asdf-version* asdf-version) (when (and existing-version (not (equal asdf-version existing-version))) diff --git a/version.lisp-expr b/version.lisp-expr index 4b322cce7fd3d909bdd9af4c160b7c2258ffa69c..3f8fe3ff87f367100424534a91f01f4a64dfde13 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -1,2 +1,2 @@ -"3.1.4.15" +"3.1.4.16"