RobertCNelson / armv7-multiplatform

MIT License
75 stars 42 forks source link

Build script breaks if target linux kernel source directory is not empty #28

Closed obayhan closed 9 years ago

obayhan commented 9 years ago

Hi.

I am using my own scipt that uses your kernel_build.sh, for building my own kernel.

But your script breaks if ignore/linux-src/ directory is not empty. I want to use git pull instead of git clone. (Because total download amount is approximetly 2GB).

I dig your scripts but cant found where does it checks. Anything that can you offer to solve this?

obayhan commented 9 years ago

Sorry my mistake