Skip to content
  • Mike Gelfand's avatar
    Makefiles: Make fast local and strip install truly fast · 1b63ce86
    Mike Gelfand authored and Brad King's avatar Brad King committed
    When using a Makefiles generator, `install/local/fast` and
    `install/strip/fast` targets are not at all fast.  They depend on
    `install/local` and `install/strip` targets respectively instead of
    `preinstall/fast` and don't contain any commands instead of repeating
    commands in `install/local` and `install/strip`. The issue was
    introduced by simple typos in commits v2.6.0~2825 (Adding install/local
    global target for Makefile generators, 2006-08-29) and v2.6.0~1743 (add
    install/strip target for makefile generators, 2007-05-18).
    1b63ce86