Better handling of ramdisk during make
make clobber used to call rm -rf out/ so if out is a soft link to i.e. /tmp/out the soft link is deleted instead the content so i changed the makefile to rm -rf out/* Change-Id: I6ceaada73d523425eb0b89dce81da6322bbb8c6d
Loading
Please register or sign in to comment