mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-05 18:20:36 -08:00
revert hot fix to quicklisp
This commit is contained in:
parent
90b9b9e06e
commit
9c00ec92ef
1 changed files with 13 additions and 13 deletions
|
|
@ -587,18 +587,18 @@ instead of the project window will be displayed."
|
|||
(format t "~%If browser does not start go to http://127.0.0.1:~A/builder~%~%" port)
|
||||
(open-browser :url (format nil "http://127.0.0.1:~A/builder" port))))
|
||||
|
||||
(in-package #:quicklisp-client)
|
||||
|
||||
;;(in-package #:quicklisp-client)
|
||||
;;
|
||||
;; patch, if-exists of :rename-and-delete does not work well on windows
|
||||
(defun make-system-index (pathname)
|
||||
"Create a system index file for all system files under
|
||||
PATHNAME. Current format is one native namestring per line."
|
||||
(setf pathname (truename pathname))
|
||||
(with-open-file (stream (system-index-file pathname)
|
||||
:direction :output
|
||||
:if-exists :overwrite)
|
||||
(dolist (system-file (local-project-system-files pathname))
|
||||
(let ((system-path (enough-namestring system-file pathname)))
|
||||
(write-line (native-namestring system-path) stream)))
|
||||
(probe-file stream)))
|
||||
;; (defun make-system-index (pathname)
|
||||
;; "Create a system index file for all system files under
|
||||
;; PATHNAME. Current format is one native namestring per line."
|
||||
;; (setf pathname (truename pathname))
|
||||
;; (with-open-file (stream (system-index-file pathname)
|
||||
;; :direction :output
|
||||
;; :if-exists :overwrite)
|
||||
;; (dolist (system-file (local-project-system-files pathname))
|
||||
;; (let ((system-path (enough-namestring system-file pathname)))
|
||||
;; (write-line (native-namestring system-path) stream)))
|
||||
;; (probe-file stream)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue