comparison libinterp/corefcn/toplev.cc @ 21605:e6f76c393ad7

don't store build time in source file (bug #45659) * build-info.h, build-info.in.cc (octave_build_time): Delete function. * toplev.cc (F__octave_config_info__): Remove build_time field from struct. * libinterp/module.mk (libinterp/build-info.cc): Don't substitute build time.
author John W. Eaton <jwe@octave.org>
date Mon, 11 Apr 2016 11:36:27 -0400
parents 37cbdf7bffa9
children 37f6ed8a6f1b
comparison
equal deleted inserted replaced
21604:d7a268e68e69 21605:e6f76c393ad7
1422 #endif 1422 #endif
1423 1423
1424 { "api_version", OCTAVE_API_VERSION }, 1424 { "api_version", OCTAVE_API_VERSION },
1425 { "archlibdir", subst_octave_home (OCTAVE_ARCHLIBDIR) }, 1425 { "archlibdir", subst_octave_home (OCTAVE_ARCHLIBDIR) },
1426 { "bindir", subst_octave_home (OCTAVE_BINDIR) }, 1426 { "bindir", subst_octave_home (OCTAVE_BINDIR) },
1427 { "build_time", octave_build_time () },
1428 { "canonical_host_type", OCTAVE_CANONICAL_HOST_TYPE }, 1427 { "canonical_host_type", OCTAVE_CANONICAL_HOST_TYPE },
1429 { "datadir", subst_octave_home (OCTAVE_DATADIR) }, 1428 { "datadir", subst_octave_home (OCTAVE_DATADIR) },
1430 { "datarootdir", subst_octave_home (OCTAVE_DATAROOTDIR) }, 1429 { "datarootdir", subst_octave_home (OCTAVE_DATAROOTDIR) },
1431 { "exec_prefix", subst_octave_home (OCTAVE_EXEC_PREFIX) }, 1430 { "exec_prefix", subst_octave_home (OCTAVE_EXEC_PREFIX) },
1432 { "fcnfiledir", subst_octave_home (OCTAVE_FCNFILEDIR) }, 1431 { "fcnfiledir", subst_octave_home (OCTAVE_FCNFILEDIR) },