Lines Matching refs:echo

165 	echo '#define RUNTIME_LINKER "$(rtlddir)/$(rtld-installed-name)"' \
210 (echo '# Generated from $*.make.c by Makerules.'; \
214 echo 'common-generated += $(@F)'; \
309 echo '/* This file is automatically generated.';\
310 echo ' It defines macros to allow user program to find the shared'; \
311 echo ' library files which come as part of GNU libc. */'; \
312 echo '#ifndef __GNU_LIB_NAMES_H'; \
313 echo '#define __GNU_LIB_NAMES_H 1'; \
314 echo ''; \
316 $(foreach h,$(abi-includes), echo '#include <$(h)>';) \
317 echo '';) \
320 echo '#if $(abi-$(v)-condition)'; \
321 echo '# include <gnu/lib-names-$(v).h>'); \
322 $(if $(abi-$(v)-condition),echo '#endif';)) \
323 echo ''; \
324 echo '#endif /* gnu/lib-names.h */'; \
333 echo '/* This file is automatically generated. */';\
334 echo '#ifndef __GNU_LIB_NAMES_H'; \
335 echo '# error "Never use <$(lib-names-h-abi)> directly; include <gnu/lib-names.h> instead."'; \
336 echo '#endif';, \
337 echo '/* This file is automatically generated.';\
338 echo ' It defines macros to allow user program to find the shared'; \
339 echo ' library files which come as part of GNU libc. */'; \
340 echo '#ifndef __GNU_LIB_NAMES_H'; \
341 echo '#define __GNU_LIB_NAMES_H 1';) \
342 echo ''; \
343 ($(foreach s,$(all-sonames), echo $(s);)) \
346 echo ''; \
347 echo '#endif /* gnu/lib-names.h */';) \
857 echo '$(patsubst $(objpfx)%,$(addsuffix /,$(subdir))%,$^)' > $@T
1052 (echo '/* GNU ld script';\
1053 echo ' Use the shared library, but some functions are only in';\
1054 echo ' the static library, so try that secondarily. */';\
1056 echo 'GROUP ( $(slibdir)/libc.so$(libc.so-version)' \
1310 echo '+++ $(filter %.abilist,$^) is unchanged'; \
1312 echo '*** Now check $(filter %.abilist,$^) changes for correctness ***'; \
1374 { echo '#include "$(..)posix/bits/posix1_lim.h"'; \
1404 .PHONY: echo-headers
1405 echo-headers:
1406 @echo $(headers)