depends/ lacking a clean target in Makefile causes build.sh clean to fail early, this allows it to fail a bit further along
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user