You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/04/26 02:38:13 UTC

[incubator-nuttx-apps] branch master updated: examples/unionfs: Remove [a|b]testdir.h in distclean

This is an automated email from the ASF dual-hosted git repository.

gnutt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 3bd2bc0  examples/unionfs: Remove [a|b]testdir.h in distclean
3bd2bc0 is described below

commit 3bd2bc04b5cfe8320fd4d6922d65c28c0bc50503
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Sun Apr 26 10:00:04 2020 +0800

    examples/unionfs: Remove [a|b]testdir.h in distclean
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 examples/unionfs/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/examples/unionfs/Makefile b/examples/unionfs/Makefile
index 8143fda..85d93f4 100644
--- a/examples/unionfs/Makefile
+++ b/examples/unionfs/Makefile
@@ -72,5 +72,7 @@ context:: romfs_atestdir.h romfs_btestdir.h
 distclean::
 	$(call DELFILE, atestdir.img)
 	$(call DELFILE, btestdir.img)
+	$(call DELFILE, atestdir.h)
+	$(call DELFILE, btestdir.h)
 
 include $(APPDIR)/Application.mk