Home
last modified time | relevance | path

Searched refs:targets (Results 1 – 25 of 335) sorted by relevance

12345678910>>...14

/freebsd-9-stable/tools/build/options/
Dmakeman33 ALL_TARGETS=$(echo $(${make} targets | tail -n +2))
62 while read opt targets ; do
63 if [ "${targets}" = "${ALL_TARGETS}" ] ; then
65 elif [ -z "${targets}" ] ; then
68 echo "WITHOUT_${opt}" $(no_targets "${ALL_TARGETS}" "${targets}")
69 echo "WITH_${opt} ${targets}"
222 if [ -n "${targets}" ] ; then
225 echo $(echo ${targets} | sed -e's/ /, /g' -e's/\(.*\), /\1 and /').
/freebsd-9-stable/contrib/gdb/gdb/
Dax-general.c393 char *targets = (char *) alloca (ax->len * sizeof (targets[0])); in ax_reqs() local
408 memset (targets, 0, ax->len * sizeof (targets[0])); in ax_reqs()
442 if (targets[i] && (heights[i] != height)) in ax_reqs()
476 else if (targets[target]) in ax_reqs()
487 targets[target] = 1; in ax_reqs()
497 if (!targets[i + 3]) in ax_reqs()
532 if (targets[i] && !boundary[i]) in ax_reqs()
DTODO119 Eliminate warnings for all targets on at least one host for one of the
176 Obsolete the targets:
311 all targets.
322 event loop is not exploited by targets when they allow the target
323 program to continue. Typically targets still block in (target_wait())
327 the remote targets ``async'' and ``extended-async''.
/freebsd-9-stable/contrib/binutils/bfd/
DREADME23 --enable-targets=TARGET,TARGET,TARGET...
24 Additional targets the library should support. To include
25 support for all known targets, use --enable-targets=all.
27 Include support for 64 bit targets. This is automatically
29 for --enable-targets=all. This requires a compiler with a 64
DChangeLog-919382 * targets.c (bfd_target): Replaced seclet argument with link_info
326 * targets.c (sparccoff_vec): Declare.
341 * targets.c (nlm32_alpha_vec): Declare.
404 * targets.c: If IRIX_CORE defined, include irix_core_vec in
465 * targets.c (ptrace_core_vec): New vector.
712 * targets.c (target_vector): Add hppabsd_core_vec.
829 section.c, syms.c, targets.c:
903 * targets.c: Move enum target_flavour outside of struct and change
945 * targets.c (sparclynx_aout_vec): Declare.
992 (--with-targets and so on).
[all …]
/freebsd-9-stable/contrib/bmake/unit-tests/
Ddotwait18 # Within each test, the names of the sub-targets follow these
20 # * If it's expected that two or more targets may be made in parallel,
23 # * If it's expected that two or more targets should be made in sequence
26 # in which the targets should be made.
30 # are converted to ".*". Two targets that are expected to
32 # output is independent of the order in which these targets are made.
/freebsd-9-stable/contrib/ntp/sntp/unity/auto/
Dunity_test_summary.py23 for target in self.targets:
69 self.targets = target_array
120 targets = list(map(lambda x: x.replace('\\', '/'), glob(targets_dir + '*.test*'))) variable
121 if len(targets) == 0:
123 uts.set_targets(targets)
Dunity_test_summary.rb134 targets = "#{ARGV[0].gsub(/\\/, '/')}**/*.test*"
135 results = Dir[targets]
136 … raise "No *.testpass, *.testfail, or *.testresults files found in '#{targets}'" if results.empty?
/freebsd-9-stable/tools/kerneldoc/subsys/
DREADME4 For every Doxyfile-(.*) the Makefile adds the public targets $1, pdf-$1 and
5 clean-$1. For e.g. Doxyfile-dev_pci this translates to the targets dev_pci,
8 Additionally, the targets 'all', 'pdf-all' and 'clean' to generate or remove
9 the documentation for all targets are available.
/freebsd-9-stable/contrib/binutils/bfd/doc/
DMakefile.am10 syms.texi targets.texi init.texi hash.texi linker.texi \
18 section.p syms.p targets.p \
34 $(srcdir)/../syms.c $(srcdir)/../targets.c \
44 $(srcdir)/../targets.c $(srcdir)/../init.c
173 targets.texi: chew.c $(srcdir)/../targets.c $(srcdir)/doc.str
175 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../targets.c >targets.tmp
176 $(SHELL) $(srcdir)/../../move-if-change targets.tmp targets.texi
252 $(srcdir)/../targets.c \
DMakefile.in244 syms.texi targets.texi init.texi hash.texi linker.texi \
252 section.p syms.p targets.p \
268 $(srcdir)/../syms.c $(srcdir)/../targets.c \
278 $(srcdir)/../targets.c $(srcdir)/../init.c
328 $(srcdir)/../targets.c \
722 targets.texi: chew.c $(srcdir)/../targets.c $(srcdir)/doc.str
724 ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../targets.c >targets.tmp
725 $(SHELL) $(srcdir)/../../move-if-change targets.tmp targets.texi
Dbfdint.texi278 Always remember that people can compile using @samp{--enable-targets} to
279 build several, or all, targets at once. It must be possible to link
280 together the files for all targets.
511 targets use @samp{bfd_alloc} to allocate all target specific
521 archive routines when computing the archive map. Most targets do not
527 section is created. Most targets use it to initialize section specific
533 @samp{bfd_get_section_contents}. Most targets set this to
543 ever called. Pretty much all targets implement this as
563 have been written to the output file. Only a few targets do anything in
569 output file based on the contents of the input file. Only a few targets
[all …]
/freebsd-9-stable/contrib/bmake/
Dparse.c242 static Lst targets; variable
979 Lst_ForEach(targets, ParseDoOp, &op); in ParseDoSrc()
997 Lst_ForEach(targets, ParseLinkSrc, gn); in ParseDoSrc()
1065 Lst_ForEach(targets, ParseLinkSrc, gn); in ParseDoSrc()
1239 if (Arch_ParseArchive(&line, targets, VAR_CMD) != SUCCESS) { in ParseDoDependency()
1338 (void)Lst_AtEnd(targets, gn); in ParseDoDependency()
1343 (void)Lst_AtEnd(targets, gn); in ParseDoDependency()
1418 (void)Lst_AtEnd(targets, gn); in ParseDoDependency()
1458 if (!Lst_IsEmpty(targets)) { in ParseDoDependency()
1502 Lst_ForEach(targets, ParseDoOp, &op); in ParseDoDependency()
[all …]
Dtarg.c143 static Hash_Table targets; /* a hash table of same */ variable
171 Hash_InitTable(&targets, HTSIZE); in Targ_Init()
193 Hash_DeleteTable(&targets); in Targ_End()
342 he = Hash_FindEntry(&targets, name); in Targ_FindNode()
349 he = Hash_CreateEntry(&targets, name, &isNew); in Targ_FindNode()
/freebsd-9-stable/usr.bin/make/
Dparse.c109 static Lst targets = Lst_Initializer(targets); variable
473 LST_FOREACH(ln, &targets) { in ParseDoOp()
617 ParseLinkSrc(&targets, gn); in ParseDoSrc()
629 ParseLinkSrc(&targets, cohort); in ParseDoSrc()
787 if (!Arch_ParseArchive(&line, &targets, VAR_CMD)) { in ParseDoDependency()
882 Lst_AtEnd(&targets, gn); in ParseDoDependency()
887 Lst_AtEnd(&targets, gn); in ParseDoDependency()
964 Lst_AtEnd(&targets, gn); in ParseDoDependency()
997 if (!Lst_IsEmpty(&targets)) { in ParseDoDependency()
1253 LST_FOREACH(ln, &targets) { in ParseDoDependency()
[all …]
Dtarg.c94 static Hash_Table targets; /* a hash table of same */ variable
109 Hash_InitTable(&targets, HTSIZE); in Targ_Init()
177 he = Hash_CreateEntry(&targets, name, &isNew); in Targ_FindNode()
184 he = Hash_FindEntry(&targets, name); in Targ_FindNode()
/freebsd-9-stable/contrib/binutils/gas/
DREADME40 Specifying names for hosts and targets
43 The specifications used for hosts and targets in the `configure'
108 targets.
122 `--enable-targets=...'
130 For most targets, this isn't supported yet. For most targets where it has
137 On a few targets, the assembler has been modified to support a feature
Dconfigure.in25 AC_ARG_ENABLE(targets, optenable
26 [ --enable-targets alternative target configurations besides the primary],
28 yes | "") AC_ERROR(enable-targets option must specify target names or 'all')
229 # The value only matters on ELF targets.
264 [Default CPU for MIPS targets. ])
266 [Allow use of E_MIPS_ABI_O32 on MIPS targets. ])
268 [Generate 64-bit code by default on MIPS targets. ])
270 [Choose a default ABI for MIPS targets. ])
423 # Turn on all targets if possible
502 # with --enable-targets=... should be checked for environment, format, cpu
[all …]
/freebsd-9-stable/
DREADME10 The Makefile in this directory supports a number of targets for
20 The ``buildkernel'' and ``installkernel'' targets build and install
23 standard build targets and compile-time flags.
30 ``buildkernel'' and ``installkernel'' targets, you might need to build
/freebsd-9-stable/cddl/contrib/dtracetoolkit/Code/
DReadme5 to the point, and are intended as example targets for when learing
10 and once you are confident here, move onto harder targets.
/freebsd-9-stable/contrib/gcc/
Dlibgcc-std.ver81 # libgcc2 DImode arithmetic (for 32-bit targets).
117 # libgcc2 TImode arithmetic (for 64-bit targets).
229 # libgcc2 TImode arithmetic (for 64-bit targets).
DONEWS41 The following lists changes that add new features or targets.
114 The following new targets are supported (see also list under each
119 RTEMS real-time system on various CPU targets.
138 Additional supported processors and systems for MIPS targets:
187 targets. Options -mcypress, -mv8, -msupersparc, -msparclite, -mf930,
213 Aix 4.1 GCC targets now default to -mcpu=common so that programs
219 powerpc targets by using the --with-cpu=xxx option when configuring the
259 also contains a few new features, mostly related to specific targets.
263 The following new targets are supported:
273 The PowerPC System V targets (powerpc-*-sysv, powerpc-*-eabi) now use the
[all …]
/freebsd-9-stable/share/mk/
Dbsd.README38 bsd.port.subdir.mk - targets for building subdirectories for ports
41 bsd.subdir.mk - targets for building subdirectories
123 It has three targets:
159 It has no targets.
186 It has seven targets:
200 does not itself define the target install, the targets
219 targets. "rm -f" and "rm -rf" used respectively.
287 Each of the targets will execute the same target in the
320 The include file <bsd.subdir.mk> contains the default targets for building
321 subdirectories. It has the same seven targets as <bsd.prog.mk>: all, clean,
[all …]
/freebsd-9-stable/contrib/bmake/mk/
DREADME112 It has no targets.
221 It has eight targets:
238 does not itself define the target install, the targets
255 CLEANFILES Additional files to remove for the clean and cleandir targets.
321 Each of the targets will execute the same target in the
349 The include file <bsd.subdir.mk> contains the default targets for building
350 subdirectories. It has the same eight targets as <bsd.prog.mk>: all,
363 yacc that allow multiple lex and yacc targets to be built in parallel.
368 the same eight targets as <bsd.prog.mk>: all, clean, cleandir, depend,
/freebsd-9-stable/contrib/libreadline/
DCHANGELOG47 - add `install-shared' and `uninstall-shared' targets
53 `uninstall' targets
68 - the `distclean' and `maintainer-clean' targets should remove
72 - added the various clean targets
188 - changed to call shlib-install for install and uninstall targets
298 - broke the header file install and uninstall into two new targets:
302 - changed install-shared and uninstall-shared targets to depend on
491 targets for symlink creation
802 - separate doc install/uninstall out into two new targets:
805 install and uninstall targets
[all …]

12345678910>>...14