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

Roland McGrath roland@hack.frob.com
Thu May 3 16:30:00 GMT 2012


> +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



More information about the Libc-alpha mailing list