Change NO_SRCS lines to specify .S in order to exclude the .c file fromSRCS but add it to LSRCS (sort of makes sense!).
bzero.S defines memset(), so exclude memset.c
If SRCS contains any .S files then remove the corresponding .c file fromSRCS and add to LSRCS (for lint).Change the 'string' Makefiles so that the arch/*/string/Makefile.incneed only specify the .
If SRCS contains any .S files then remove the corresponding .c file fromSRCS and add to LSRCS (for lint).Change the 'string' Makefiles so that the arch/*/string/Makefile.incneed only specify the .S files for that architecture and not the .cfiles for all the files they don't override.
show more ...
Remove references to index.c and rindex.c (strchr.c and strrchr.cnow provide the definitions).
Remove clause 3 and 4 from TNF licenses
rcsid & white space
bzero() and memset() for ppc64.
ppc64 build framework first pass