unix-style install: preserve build stamp

Instead of preserving specific configuration entries, it's probably
better to preserve all of them that are not specifically replaced.
I'm going with the simpler change for now, though.
This commit is contained in:
Matthew Flatt 2014-01-29 17:58:16 -07:00
parent ed007e0fa0
commit 24025fe5ed

View File

@ -376,6 +376,7 @@
(printf "(doc-dir . ~s)\n" (dir: 'doc)) (printf "(doc-dir . ~s)\n" (dir: 'doc))
(preserve 'catalogs) (preserve 'catalogs)
(preserve 'doc-search-url) (preserve 'doc-search-url)
(preserve 'build-stamp)
(when (eq? 'shared (system-type 'link)) ; never true for now (when (eq? 'shared (system-type 'link)) ; never true for now
(printf " (dll-dir . ~s)\n" (dir: 'lib))) (printf " (dll-dir . ~s)\n" (dir: 'lib)))
(printf " (lib-dir . ~s)\n" (dir: 'librkt)) (printf " (lib-dir . ~s)\n" (dir: 'librkt))