mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 14:55:57 -06:00
Makefile(s) updated
git-svn-id: svn://ultimatepp.org/upp/trunk@14250 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
26453f35c3
commit
a85c6335fa
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -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 "14248"' >> ".cache/upp.out/build_info.h"
|
||||
echo '#define bmSVN_REVISION "14249"' >> ".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
|
||||
|
|
|
|||
|
|
@ -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 "14248"' >> ".cache/upp.out/build_info.h"
|
||||
echo '#define bmSVN_REVISION "14249"' >> ".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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue