Clean

Issue #9 new
Lagman G created an issue

There is no clean function in meta/scripts clean. I added this to my own meta/scripts.

clean() {                                                                       
        rm -rf ${sourceroot}/*                                                  
        rm -rf ${bootstrap}/output/*                                            
        rm -rf ${bootstrap}/build_dir/*                                                                  
} 

I'm not sure if it's sufficient or not.

Regards

Comments (0)

  1. Log in to comment