Makefile(s) updated

git-svn-id: svn://ultimatepp.org/upp/trunk@14233 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-04-05 15:35:03 +00:00
parent e0f3a7dce7
commit 3b4e957594
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 "14231M"' >> ".cache/upp.out/build_info.h"
echo '#define bmSVN_REVISION "14232M"' >> ".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 "14231"' >> ".cache/upp.out/build_info.h"
echo '#define bmSVN_REVISION "14232"' >> ".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