Hi,

When we made modifications to source files in lib/, for example lib/tst_mkfs.c, 
then back to
testcases/kernel/syscalls/access and execute  command make. This will not make 
the access[0-5]
to be re-compiled with the newly generated libltp.a, we need to touch 
access[0-5].c or remove access[0-5]
files first, then make. I think this will make no sense.  Users may expect just 
a make command to
ensure  a new access[0-5] is generated with new libltp.a.

This is because  the rules "target : normal-prerequisites | 
order-only-prerequisites" in generic_leaf_target.inc.
$(MAKE_TARGETS): | $(MAKE_DEPS)

Whether we should modify this to "$(MAKE_TARGETS): $(MAKE_DEPS)"? Thanks.


Regards,
Xiaoguang Wang

------------------------------------------------------------------------------
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to