Hello Junio,
2015-01-21 15:23 GMT+06:00 Junio C Hamano :
> Alexander Kuleshov writes:
>
>> Some of Makefile variables as TEST_PROGRAMS_NEED_X and BUILTIN_OBJS filled
>> directly by hand, let's collect it with the standard functions of 'make'
>> util.
>
> I am not sure if we want to do this.
>
>
Alexander Kuleshov writes:
> Some of Makefile variables as TEST_PROGRAMS_NEED_X and BUILTIN_OBJS filled
> directly by hand, let's collect it with the standard functions of 'make' util.
I am not sure if we want to do this.
$(wildcard) is a double-edged sword. It will grab any file that
matches
Some of Makefile variables as TEST_PROGRAMS_NEED_X and BUILTIN_OBJS filled
directly by hand, let's collect it with the standard functions of 'make' util.
Signed-off-by: Alexander Kuleshov
---
Makefile | 134 +--
1 file changed, 2 insert
3 matches
Mail list logo