Raymond Toy pushed to branch issue-363-add-version-number at cmucl / cmucl Commits: 58ca18dd by Raymond Toy at 2025-02-04T13:33:25-08:00 Remove cmucl-version.h and lisp.o from .PHONY We don't need these files to be recompiled every time because the version is in cmucl-version.h that is autogenerated. - - - - - 1 changed file: - src/lisp/GNUmakefile Changes: ===================================== src/lisp/GNUmakefile ===================================== @@ -120,8 +120,7 @@ translations: rm -f /tmp/$$$$-updated-$$f.po /tmp/$$$$-orig-$$f.po; \ done; done -# Always build lisp.o so that the embedded version is updated. -.PHONY : translations cmucl-version.h lisp.o +.PHONY : translations # Like translations, but we don't compute the diff. We just overwrite # the po files in the repository so that we can tell if the View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/58ca18dd7b253cbfd9a15374... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/58ca18dd7b253cbfd9a15374... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)