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.

21 lines
976 B

  1. Description: no CPP macro timestamps
  2. Reporducible builds project support, see:
  3. http://wiki.debian.org/ReproducibleBuilds/TimestampsFromCPPMacros
  4. Author: Milan Kupcevic <milan@debian.org>
  5. ---
  6. This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  7. --- a/main.c
  8. +++ b/main.c
  9. @@ -679,10 +679,10 @@ int main(int argc, char * argv [])
  10. * Print out an identifying string so folks can tell what version
  11. * they are running
  12. */
  13. - avrdude_message(MSG_NOTICE, "\n%s: Version %s, compiled on %s at %s\n"
  14. + avrdude_message(MSG_NOTICE, "\n%s: Version %s\n"
  15. "%sCopyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/\n"
  16. "%sCopyright (c) 2007-2014 Joerg Wunsch\n\n",
  17. - progname, version, __DATE__, __TIME__, progbuf, progbuf);
  18. + progname, version, progbuf, progbuf);
  19. avrdude_message(MSG_NOTICE, "%sSystem wide configuration file is \"%s\"\n",
  20. progbuf, sys_config);