5 echo "Usage: $0 srcdir builddir compiler"
15 if [ ! "x$USER" = "x" ]; then
18 if [ ! "x$LOGNAME" = "x" ]; then
21 whoami
=`whoami || id -un`
28 /* This file is automatically generated with "make include/build_env.h". DO NOT EDIT */
33 #define BUILD_ENV_UNAME "${uname}"
34 #define BUILD_ENV_DATE "${date}"
35 #define BUILD_ENV_SRCDIR "${srcdir}"
36 #define BUILD_ENV_BUILDDIR "${builddir}"
37 #define BUILD_ENV_USER "${whoami}"
38 #define BUILD_ENV_HOST "${host}"
39 #define BUILD_ENV_COMPILER "${compiler}"
40 #endif /* _BUILD_ENV_H */