Hi!
> -MAKE_DEPS    := $(LIBLTP) $(LSN_H)
> +MAKE_ORDER_ONLY_DEPS := $(LSN_H)
> +MAKE_NORMAL_DEPS     := $(LIBLTP)

Looking at this, the LSN_H is linux_syscall_numbers.h header, shouldn't
we recompile a testcases if this header changes as well?

Can't we just change the MAKE_DEPS to normal dependencies and be done
with it?

Anyway we should check twice that this would not break recepies with
automatic list of prerequisities $^ which does not include order only
ones.

-- 
Cyril Hrubis
chru...@suse.cz

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to