Ouss4 commented on a change in pull request #358:
URL:
https://github.com/apache/incubator-nuttx-apps/pull/358#discussion_r468169170
##########
File path: graphics/lvgl/Makefile
##########
@@ -74,13 +74,9 @@ $(LVGL_UNPACKNAME): $(LVGL_TARBALL)
@echo "Unpacking: $(LVGL_TARBALL) -> $(LVGL_UNPACKNAME)"
$(Q) $(UNPACK) $(LVGL_TARBALL)
$(Q) mv lvgl-$(LVGL_VERSION) $(LVGL_UNPACKNAME)
- $(Q) touch $(LVGL_UNPACKNAME)
Review comment:
BTW, `tar` has the option --touch (or -m) that does make updates the
extracted folder's timestaps. But I believe explicitly calling `touch` is
cleaner.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]