Makefile(s) updated

git-svn-id: svn://ultimatepp.org/upp/trunk@14247 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-04-05 16:21:03 +00:00
parent e8b6909e3d
commit 92667aa218
2 changed files with 2 additions and 2 deletions

View file

@ -101,7 +101,7 @@ build_info:
(date '+#define bmYEAR %y%n#define bmMONTH %-m%n#define bmDAY %-d%n#define bmHOUR %-H%n#define bmMINUTE %-M%n#define bmSECOND %-S%n#define bmTIME Time(%y, %-m, %-d, %-H, %-M, %-S)' && \
echo '#define bmMACHINE "'`hostname`'"' && \
echo '#define bmUSER "'`whoami`'"') > ".cache/upp.out/build_info.h"
echo '#define bmSVN_REVISION "14244"' >> ".cache/upp.out/build_info.h"
echo '#define bmSVN_REVISION "14246"' >> ".cache/upp.out/build_info.h"
echo '#define bmSVN_URL "svn://www.ultimatepp.org/upp/trunk/uppsrc/ide"' >> ".cache/upp.out/build_info.h"
.PHONY: prepare

View file

@ -47,7 +47,7 @@ build_info:
(date '+#define bmYEAR %y%n#define bmMONTH %-m%n#define bmDAY %-d%n#define bmHOUR %-H%n#define bmMINUTE %-M%n#define bmSECOND %-S%n#define bmTIME Time(%y, %-m, %-d, %-H, %-M, %-S)' && \
echo '#define bmMACHINE "'`hostname`'"' && \
echo '#define bmUSER "'`whoami`'"') > ".cache/upp.out/build_info.h"
echo '#define bmSVN_REVISION "14244"' >> ".cache/upp.out/build_info.h"
echo '#define bmSVN_REVISION "14246"' >> ".cache/upp.out/build_info.h"
echo '#define bmSVN_URL "svn://www.ultimatepp.org/upp/trunk/uppsrc/umk"' >> ".cache/upp.out/build_info.h"
.PHONY: prepare