Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some generic codebase/recipe clean-up per recent investigation #2284

Merged
merged 5 commits into from
Jan 29, 2024

Commits on Jan 27, 2024

  1. scripts/python/module/Makefile.am: avoid "make clean" invalidating th…

    …e NUT build area
    
    Otherwise we can not find the test script (generated from .in by configure normally)
    
    Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
    jimklimov committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    be7489b View commit details
    Browse the repository at this point in the history
  2. */Makefile.am: standardize to have the export commands on top, just a…

    …fter title comment line
    
    Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
    jimklimov committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    b4eca82 View commit details
    Browse the repository at this point in the history
  3. tools/nut-usbinfo.pl: avoid dying on unknown file name patterns (e.g.…

    … *-mib.c.bak), just warn and skip them
    
    Signed-off-by: Jim Klimov <jim@jimklimov.com>
    jimklimov committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    76045f9 View commit details
    Browse the repository at this point in the history
  4. drivers/*-mib.c: convert versions to at least double digits

    Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
    jimklimov committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    230bcba View commit details
    Browse the repository at this point in the history
  5. scripts/subdriver/gen-snmp-subdriver.sh: start subdriver versions as …

    …0.01 for double digits
    
    Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
    jimklimov committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    d170642 View commit details
    Browse the repository at this point in the history