Browse Source

depends/ lacking a clean target in Makefile causes build.sh clean to fail early, this allows it to fail a bit further along

sietch
Duke Leto 5 years ago
parent
commit
eba9ea99cc
  1. 3
      depends/Makefile

3
depends/Makefile

@ -146,6 +146,9 @@ install: check-packages $(host_prefix)/share/config.site
download-one: check-sources $(all_sources)
clean:
echo "Fake clean"
download-osx:
@$(MAKE) -s HOST=x86_64-apple-darwin11 download-one
download-linux:

Loading…
Cancel
Save