mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
documentation: Makefile - Added tarfile to the clean target
Clean operation should also remove the *.tgz file. I added code so that if the user makes the file and specifies the 'clean' target, the generated tarfile is removed. (From yocto-docs rev: 565c147eaa169e287278b87e9bba2979a44be9d5) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6a6ebdb2ad
commit
ac1981e41a
@@ -309,4 +309,4 @@ publish:
|
||||
fi
|
||||
|
||||
clean:
|
||||
rm -f $(MANUALS)
|
||||
rm -rf $(MANUALS); rm $(DOC)/$(DOC).tgz;
|
||||
|
||||
Reference in New Issue
Block a user