Re: [LTP] [PATCH] Enable including config.mk and features.mk for *clean targets

2015-09-16 Thread Cyril Hrubis
Hi! > Seems like it's a better and more concise solution. Need I to prepare and > send a second version of the PATCH? Ideally yes, if you send a patch I will apply it right away. -- Cyril Hrubis chru...@suse.cz --

Re: [LTP] [PATCH] Enable including config.mk and features.mk for *clean targets

2015-09-10 Thread Yuriy Kolerov
@lists.sourceforge.net; anton.kole...@synopsys.com; francois.bed...@synopsys.com Subject: Re: [LTP] [PATCH] Enable including config.mk and features.mk for *clean targets Hi! > It's necessary for correct cleaning. E.g. open_posix_testsuite is not > cleaned without including these .mk files. H

Re: [LTP] [PATCH] Enable including config.mk and features.mk for *clean targets

2015-09-08 Thread Cyril Hrubis
Hi! > I try to build LTP with POSIX testsuite and run "make clean". As a result > "testcases/open_posix_testsuite" is no cleaned properly. It happens because > that directory is filtered by "make" here: > https://github.com/linux-test-project/ltp/blob/master/testcases/Makefile#L33 > > And it's

Re: [LTP] [PATCH] Enable including config.mk and features.mk for *clean targets

2015-09-08 Thread Cyril Hrubis
Hi! > It's necessary for correct cleaning. E.g. open_posix_testsuite > is not cleaned without including these .mk files. However it's > not an error if these files does not exist while cleaning. > > Signed-off-by: Yuriy Kolerov > --- > include/mk/env_pre.mk | 11

Re: [LTP] [PATCH] Enable including config.mk and features.mk for *clean targets

2015-09-07 Thread Cyril Hrubis
Hi! > It's necessary for correct cleaning. E.g. open_posix_testsuite > is not cleaned without including these .mk files. However it's > not an error if these files does not exist while cleaning. What problem are you trying to fix? I cannot image how we can get into state where the mk files

Re: [LTP] [PATCH] Enable including config.mk and features.mk for *clean targets

2015-09-07 Thread Yuriy Kolerov
ssage- From: Cyril Hrubis [mailto:chru...@suse.cz] Sent: Monday, September 07, 2015 6:30 PM To: Yuriy Kolerov Cc: ltp-list@lists.sourceforge.net; anton.kole...@synopsys.com; francois.bed...@synopsys.com Subject: Re: [LTP] [PATCH] Enable including config.mk and features.mk for *clean targe

[LTP] [PATCH] Enable including config.mk and features.mk for *clean targets

2015-09-04 Thread Yuriy Kolerov
It's necessary for correct cleaning. E.g. open_posix_testsuite is not cleaned without including these .mk files. However it's not an error if these files does not exist while cleaning. Signed-off-by: Yuriy Kolerov --- include/mk/env_pre.mk | 11 +-- 1 file