projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8e4ce2
)
gtk: re-generate gtk-*.pkd when gtk.pkg changes.
author
Matt Birkholz
<matt@birkholz.chandler.az.us>
Thu, 31 Oct 2013 19:44:25 +0000
(12:44 -0700)
committer
Matt Birkholz
<matt@birkholz.chandler.az.us>
Thu, 31 Oct 2013 19:44:25 +0000
(12:44 -0700)
src/gtk/compile.scm
patch
|
blob
|
history
diff --git
a/src/gtk/compile.scm
b/src/gtk/compile.scm
index c9e517ec319fb0cf5396789d6a0d58488907530a..7e8e55ff230d2e4a8cd5ac4671fbd408a58b273f 100644
(file)
--- a/
src/gtk/compile.scm
+++ b/
src/gtk/compile.scm
@@
-34,7
+34,7
@@
USA.
(if (name->package '(GTK))
(error "The GTK package already exists.")
(let ((package-set (package-set-pathname "gtk")))
- (if (not (file-
exists?
package-set))
+ (if (not (file-
modification-time<? "gtk.pkg"
package-set))
(cref/generate-trivial-constructor "gtk"))
(construct-packages-from-file (fasload package-set))))