mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-20 20:53:46 +00:00
Makefile: make internal comment in doc Makefile silent
There is a comment in the doc/Makefile that is beinhg spit out when calling 'make clean'. This is harmless but can be confusing to users so let's make it silent. Tracked-On: #5669 Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
parent
c9ca23d268
commit
d55ab87331
@ -68,7 +68,7 @@ singlehtml: doxy content kconfig
|
||||
|
||||
clean:
|
||||
rm -fr $(BUILDDIR)
|
||||
# Keeping these temporarily, but no longer strictly needed.
|
||||
@# Keeping these temporarily, but no longer strictly needed.
|
||||
rm -fr doxygen
|
||||
rm -fr misc
|
||||
rm -fr reference/kconfig/*.rst
|
||||
|
Loading…
Reference in New Issue
Block a user