[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
@echo "/* Automatically generated by Makefile - do not modify! */" > build_info.h
@echo "const char build_version[] = \"`cat VERSION`\";" >> build_info.h
@echo "const char build_date[] = \"`date +"%F %T %Z"`\";" >> build_info.h
+ @echo "const char pkginfo_version[] = \"`sed -n '2p' ./../../package/pkginfo.manifest`\";" >> build_info.h
clean:
cd ../../ && $(MAKE) clean
struct tm *tm_time;
struct timeval tval;
- INFO("* SDK version : %s\n", build_version);
+ INFO("* SDK Version : %s\n", build_version);
+ INFO("* Package %s\n", pkginfo_version);
INFO("* User name : %s\n", g_get_real_name());
#ifdef _WIN32
INFO("* Host name : %s\n", g_get_host_name());