mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
remove hot fixes to quicklisp
This commit is contained in:
parent
d01cf432ee
commit
698e8833d0
1 changed files with 0 additions and 19 deletions
|
|
@ -631,22 +631,3 @@ clog-builder window.")
|
||||||
(when start-browser
|
(when start-browser
|
||||||
(format t "~%If browser does not start go to http://127.0.0.1:~A/builder~%~%" port)
|
(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))))
|
(open-browser :url (format nil "http://127.0.0.1:~A/builder" port))))
|
||||||
|
|
||||||
#+windows
|
|
||||||
(in-package #:quicklisp-client)
|
|
||||||
|
|
||||||
;; patch, if-exists of :rename-and-delete does not work well on windows
|
|
||||||
#+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 nil)
|
|
||||||
(when stream
|
|
||||||
(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