[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



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@debian.org                    : :Ⓐ  :  # apt-get install anarchism
                                    `. `'` 
                                      `-   

Attachment: signature.asc
Description: Digital signature


Reply to: