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:
parent
de75c68712
commit
c0048c2f0d
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user