[Sound-open-firmware] [PATCH] Makefile: fix the make clean issue at the top-level directory
make clean done at the top-level does not clean the topology/test directory, updated the SUBDIRS to fix it.
Signed-off-by: Keqiao.Zhang keqiao.zhang@linux.intel.com --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am index ea5d746..ef6d1b0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1 @@ -SUBDIRS = rmbox topology +SUBDIRS = rmbox topology/test/
On 4/11/2018 09:19, Keqiao.Zhang wrote:
make clean done at the top-level does not clean the topology/test directory, updated the SUBDIRS to fix it.
Signed-off-by: Keqiao.Zhang keqiao.zhang@linux.intel.com
Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am index ea5d746..ef6d1b0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1 @@ -SUBDIRS = rmbox topology +SUBDIRS = rmbox topology/test/
This will cause the topology folder not clean. Please check the topology and topology/test folder's makefile.am
Thanks Xiuli
-----Original Message----- From: Pan, Xiuli [mailto:xiuli.pan@linux.intel.com] Sent: Wednesday, April 11, 2018 12:06 PM To: Keqiao.Zhang keqiao.zhang@linux.intel.com; sound-open- firmware@alsa-project.org Cc: Zhang, Keqiao keqiao.zhang@intel.com Subject: Re: [Sound-open-firmware] [PATCH] Makefile: fix the make clean issue at the top-level directory
On 4/11/2018 09:19, Keqiao.Zhang wrote:
make clean done at the top-level does not clean the topology/test directory, updated the SUBDIRS to fix it.
Signed-off-by: Keqiao.Zhang keqiao.zhang@linux.intel.com
Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am index ea5d746..ef6d1b0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1 @@ -SUBDIRS = rmbox topology +SUBDIRS = rmbox topology/test/
This will cause the topology folder not clean. Please check the topology and topology/test folder's makefile.am
Thanks Xiuli, I will refine the patch and send V2.
Keqiao
Thanks Xiuli
participants (3)
-
Keqiao.Zhang
-
Pan, Xiuli
-
Zhang, Keqiao