Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/37d0e77777c7805cb57f6a063d1a610c251598b9 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Makefile: fix distclean and *_config rules to be less noise

Signed-off-by: Lauri Hintsala <lauri.hintsala@bluegiga.com>
master
Lauri Hintsala 14 years ago committed by Wolfgang Denk
parent c3e17d5c9e
commit 37d0e77777
  1. 2
      Makefile

@ -643,7 +643,7 @@ unconfig:
sinclude $(obj).boards.depend
$(obj).boards.depend: boards.cfg
awk '(NF && $$1 !~ /^#/) { print $$1 ": " $$1 "_config; $$(MAKE)" }' $< > $@
@awk '(NF && $$1 !~ /^#/) { print $$1 ": " $$1 "_config; $$(MAKE)" }' $< > $@
#
# Functions to generate common board directory names

Loading…
Cancel
Save