You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
648 B

  1. --- a/build/mkversion
  2. +++ b/build/mkversion
  3. @@ -50,12 +50,6 @@ if test $# != 1 ; then
  4. fi
  5. APPLICATION=$1
  6. -# Reproducible builds set SOURCE_DATE_EPOCH, want constant strings
  7. -if [ -n "${SOURCE_DATE_EPOCH}" ]; then
  8. - WHOWHERE="openldap"
  9. -else
  10. - WHOWHERE="$USER@$(uname -n):$(pwd)"
  11. -fi
  12. cat << __EOF__
  13. /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  14. @@ -77,7 +71,6 @@ static const char copyright[] =
  15. "COPYING RESTRICTIONS APPLY\n";
  16. $static $const char $SYMBOL[] =
  17. -"@(#) \$$PACKAGE: $APPLICATION $VERSION (" __DATE__ " " __TIME__ ") \$\n"
  18. -"\t$WHOWHERE\n";
  19. +"@(#) \$$PACKAGE: $APPLICATION $VERSION\$\n";
  20. __EOF__