Browse Source

- fix done target

master
vanhofen 3 years ago
parent
commit
94f38a081e
  1. 2
      make/buildsystem-helpers.mk
  2. 2
      package/neutrino/neutrino.mk

2
make/buildsystem-helpers.mk

@ -258,7 +258,7 @@ changelogs:
done: done:
$(call draw_line); $(call draw_line);
@$(call MESSAGE_GREEN,"Done") @$(call SUCCESS,"Done")
$(call draw_line); $(call draw_line);
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------

2
package/neutrino/neutrino.mk

@ -181,7 +181,7 @@ endif
ifneq ($(DEBUG),yes) ifneq ($(DEBUG),yes)
$(TARGET_STRIP) $(TARGET_bindir)/neutrino $(TARGET_STRIP) $(TARGET_bindir)/neutrino
endif endif
make done @make done
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------

Loading…
Cancel
Save