Browse Source

- fix done target

master
vanhofen 2 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:
$(call draw_line);
@$(call MESSAGE_GREEN,"Done")
@$(call SUCCESS,"Done")
$(call draw_line);
# -----------------------------------------------------------------------------

2
package/neutrino/neutrino.mk

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

Loading…
Cancel
Save