This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Do not delete make check-abi symlist files


> +ifdef subdir
> +generated += $(foreach l,$(extra-libs),$l.symlist)
> +endif

Why does this need to be in 'ifdef subdir'?

The most concise way to write it is '$(extra-libs:=.symlist)'.
Or use addsuffix if you think that is clearer (as Andreas S. suggested).


Thanks,
Roland


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]