Commit b73ff01c authored by Andrey Filippov's avatar Andrey Filippov

clean to remove .depend

parent 134951e1
...@@ -55,6 +55,19 @@ EXTRA_OEMAKE = " \ ...@@ -55,6 +55,19 @@ EXTRA_OEMAKE = " \
INITSTRING='${INITSTRING}' \ INITSTRING='${INITSTRING}' \
" "
do_clean_append() {
import os.path
VPATH = d.getVar("VPATH")
dfile = os.path.join(VPATH,"src/.depend")
if os.path.exists(dfile):
os.remove(dfile)
}
do_compile_prepend() { do_compile_prepend() {
echo "SRCREV is ${SRCREV}" echo "SRCREV is ${SRCREV}"
if [ ! -f Makefile ]; then if [ ! -f Makefile ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment