Kernel-msm: ... is not clean. Please run make mrproper

Created on 25 Jun 2016  路  2Comments  路  Source: MotorolaMobilityLLC/kernel-msm

I was following directions on how to compile the kernel for clark from here: https://raw.githubusercontent.com/MotorolaMobilityLLC/readme/master/MMI-LPH23.116-18.1.txt

Everything seemed to work fine with building, but now when I try building again, I'm getting an error and to run make mrproper: http://pastebin.com/kSy3r896

I've tried make mrproper inside the /aosp-motorola/kernel directory, but it comes back with

Makefile:803: *** multiple target patterns. Stop.

I've also tried make mrproper inside the /aosp-motorola directory, but that comes back with

make: *** No rule to make target 'mrproper'. Stop.

Could anyone tell me what command I need to use in order to clean and rebuild?

Thank you.

Most helpful comment

you can do : git clean -xfd
that would clean the git.

All 2 comments

you can do : git clean -xfd
that would clean the git.

Thank you! That works perfectly.

Was this page helpful?
0 / 5 - 0 ratings