[Reproducible-builds] Bug#786846: alt-ergo: [PATCH] please make the build reproducible - set build date

Jérémy Bobbio lunar at debian.org
Tue May 26 08:29:12 UTC 2015


Juan Picca:
> --- a/Makefile.users
> +++ b/Makefile.users
> @@ -1,4 +1,5 @@
>  ARCH = $(shell uname -m)
> +BUILD_DATE = $(shell LANG=en_US; date)

I would use `?=` instead of `=` here to highlight that it can be preset.

I'm actually suprised that it works like this, but tests confirmed it.
But hey, you learn every day:
https://www.gnu.org/software/make/manual/html_node/Overriding.html
Thanks Juan. :)

-- 
Lunar                                .''`. 
lunar at debian.org                    : :Ⓐ  :  # apt-get install anarchism
                                    `. `'` 
                                      `-   
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/reproducible-builds/attachments/20150526/472f97c3/attachment.sig>


More information about the Reproducible-builds mailing list