dont show message if not compiling anything
svn: r1336
This commit is contained in:
parent
2c05b49878
commit
19c958cb3b
|
@ -22,7 +22,6 @@
|
|||
[so-name (build-path top-dir "compiled" "native"
|
||||
(system-library-subpath)
|
||||
(append-extension-suffix libname))])
|
||||
(printf "plot: compiling \"~a\" -> \"~a\"...\n" lib so-name)
|
||||
(parameterize ([current-directory lib]
|
||||
[current-extension-compiler-flags
|
||||
(append (current-extension-compiler-flags)
|
||||
|
@ -42,7 +41,7 @@
|
|||
(> (file-or-directory-modify-seconds f)
|
||||
so-time))
|
||||
c-files)))
|
||||
(printf " Compiling \"~a\"\n" lib)
|
||||
(printf "plot: compiling \"~a\" -> \"~a\"...\n" lib so-name)
|
||||
(make-directory* tmp-dir)
|
||||
(compile-c-extension-parts c-files tmp-dir)
|
||||
(parameterize ([current-directory tmp-dir])
|
||||
|
|
Loading…
Reference in New Issue
Block a user