Skip to content
  • Eli Schwartz's avatar
    scripts: fix some inaccurate Makefile targets, and be more templated · 71f837e4
    Eli Schwartz authored and Allan McRae's avatar Allan McRae committed
    All of our scripts depend on the same pattern .sh.in, and since commit
    b5d62d2c
    
    , they also all (not just
    makepkg itself) depend on libmakepkg.
    
    There's no real reason to include separate targets for them just to
    establish dependency rules.
    
    While we are at it, fix a longstanding bug where generated wrapper
    scripts did not depend on wrapper.sh.in (which due to moving to .lib,
    requires we regenerate the script too), by making the shared target
    pattern depend on it. All our generated scripts now require the wrapper,
    even repo-add which now uses libmakepkg.
    
    Signed-off-by: default avatarAllan McRae <allan@archlinux.org>
    71f837e4