Skip download of linux kernel and patches if it will not be built.

This commit is contained in:
Manuel Canales Esparcia 2006-05-15 18:57:10 +00:00
parent 0596057894
commit 0c3f2f9c69

View file

@ -658,6 +658,9 @@ get_sources() { # Download file, write name to MISSING_FILES.DMP if
*/vim-*-lang* )
[[ "$VIMLANG" = "0" ]] && continue
;;
*linux/linux-* )
[[ -z "$CONFIG" ]] && [[ -z "$BOOT_CONFIG" ]] && continue
;;
esac
# Locations