Browse Source

- buildsystem-helpers: cosmetics

master
vanhofen 3 years ago
parent
commit
60eff68df6
  1. 2
      make/buildsystem-bootstrap.mk
  2. 2
      make/buildsystem-helpers.mk
  3. 1
      make/environment-build.mk

2
make/buildsystem-bootstrap.mk

@ -27,7 +27,7 @@ endif
bootstrap: $(BOOTSTRAP) bootstrap: $(BOOTSTRAP)
@touch $(BUILD_DIR)/.$(BOXTYPE)-$(BOXMODEL) @touch $(BUILD_DIR)/.$(BOXTYPE)-$(BOXMODEL)
@$(call draw_line); @$(call draw_line);
@$(call SUCCESS,"Bootstrapped for $(shell echo $(BOXTYPE) | sed 's/.*/\u&/') $(BOXNAME) ($(BOXMODEL))") @$(call SUCCESS,"Bootstrapped for $(TARGET_BOX)")
@$(call draw_line); @$(call draw_line);
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------

2
make/buildsystem-helpers.mk

@ -88,7 +88,7 @@ changelogs:
done: done:
@$(call draw_line); @$(call draw_line);
@$(call SUCCESS,"Done") @$(call SUCCESS,"Build done for $(TARGET_BOX)")
@$(call draw_line); @$(call draw_line);
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------

1
make/environment-build.mk

@ -9,6 +9,7 @@ export LD_LIBRARY_PATH
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
TARGET_VENDOR = NI-Buildsystem TARGET_VENDOR = NI-Buildsystem
TARGET_BOX = "$(shell echo $(BOXTYPE) | sed 's/.*/\u&/') $(BOXNAME) ($(BOXMODEL))"
TARGET_OS = linux TARGET_OS = linux

Loading…
Cancel
Save