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.
(cherry picked from commit 24025fe5ed)
This commit is contained in:
Matthew Flatt 2014-01-29 17:58:16 -07:00 committed by Ryan Culpepper
parent de75c68712
commit c0048c2f0d

View File

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