From 2e7e254160506dc00f1beabf170512a8e932934b Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Sat, 31 Dec 2016 15:43:38 +0100 Subject: [PATCH] fix build date in binary --- src/magic/omake_gen_magic.ml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/magic/omake_gen_magic.ml b/src/magic/omake_gen_magic.ml index b2419ba..fad52f5 100644 --- a/src/magic/omake_gen_magic.ml +++ b/src/magic/omake_gen_magic.ml @@ -150,7 +150,7 @@ let ir_magic = "%s" let obj_magic = "%s" let lib_dir = "%s" let version = "%s" -let version_message = "OMake %s:\\n\\tbuild [%s %s %d %02d:%02d:%02d %d]\\n\\ton %s" +let version_message = "OMake %s" |} default_save_interval digest_len @@ -160,15 +160,7 @@ let version_message = "OMake %s:\\n\\tbuild [%s %s %d %02d:%02d:%02d %d]\\n\\ton (digest_files ".omo.magic" ".omo" omo_files) (String.escaped libdir) (String.escaped (shorten_version version)) - (String.escaped version) - [|"Sun"; "Mon"; "Tue"; "Wed"; "Thu"; "Fri"; "Sat"|].(tm.tm_wday) - [|"Jan"; "Feb"; "Mar"; "Apr"; "May"; "Jun"; "Jul"; "Aug"; "Sep"; "Oct"; "Nov"; "Dec"|].(tm.tm_mon) - tm.tm_mday - tm.tm_hour - tm.tm_min - tm.tm_sec - (tm.tm_year + 1900) - (String.escaped (Unix.gethostname ())); + (String.escaped version); List.iter (fun (name,value) -> Printf.fprintf buf "let %s = %S\n" name value -- 2.11.0 0613df90ddadce62b2c6e22048b216602bd9a230'>diff
path: root/gnu/packages/notcurses.scm
AgeCommit message (Expand)Author
2023-06-03gnu: notcurses: Enable building without pandoc....* gnu/packages/notcurses.scm (notcurses)[arguments]: Adjust configure-flags to not use pandoc on systems where pandoc isn't supported. [native-inputs]: Don't include pandoc on systems where it isn't supported. Efraim Flashner
2023-06-03gnu: notcurses: Update to 3.0.9....* gnu/packages/notcurses.scm (notcurses): Update to 3.0.9. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Antero Mejr
2022-08-04gnu: notcurses: Adjust indentation....* gnu/packages/notcurses.scm (notcurses): Re-indent. Marius Bakke
2022-08-04gnu: notcurses: Use tarball source instead of git....* gnu/packages/notcurses.scm (notcurses)[source]: Use URL-FETCH. Marius Bakke
2022-08-04gnu: notcurses: Update to 3.0.8....* gnu/packages/notcurses.scm (notcurses): Update to 3.0.8. [arguments]: Fix configure flag typo. Marius Bakke