Home
last modified time | relevance | path

Searched full:made (Results 1 – 25 of 2494) sorted by relevance

12345678910>>...100

/freebsd/contrib/bmake/unit-tests/
H A Dopt-debug-graph2.exp1 : 'Making made-target.'
8 # made-target, made, type OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS|OP_DEPS_FOUND|OP_MARK, flags REMAKE|D…
12 # last modified <timestamp>: made
14 made-target :
18 # error-target, error when made, type OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS|OP_DEPS_FOUND|OP_MARK, fl…
21 # nonexistent (maybe): error when made
28 # aborted-target-dependency, error when made, type OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS|OP_DEPS_FOUN…
31 # nonexistent (maybe): error when made
41 all : made-target error-target aborted-target
51 .ALLTARGETS = made-target error-target aborted-target aborted-target-dependency all .END
H A Dopt-debug-graph3.exp1 : 'Making made-target.'
8 # made-target, made, type OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS|OP_DEPS_FOUND|OP_MARK, flags REMAKE|D…
12 # last modified <timestamp>: made
14 made-target :
18 # error-target, error when made, type OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS|OP_DEPS_FOUND|OP_MARK, fl…
21 # nonexistent (maybe): error when made
28 # aborted-target-dependency, error when made, type OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS|OP_DEPS_FOUN…
31 # nonexistent (maybe): error when made
41 all : made-target error-target aborted-target
51 .ALLTARGETS = made-target error-target aborted-target aborted-target-dependency all .END
H A Dopt-debug-graph1.mk8 all: made-target made-target-no-sources
10 made-target: made-source
12 made-source:
14 made-target-no-sources:
H A Ddotwait.mk20 # * 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.
31 # be made in parallel will thus print the same strings, so that the
32 # output is independent of the order in which these targets are made.
44 # must be made before any child of the right hand side.
50 # shared.0 must be made first, even though it is a child of
H A Ddepsrc-made.mk1 # $NetBSD: depsrc-made.mk,v 1.3 2020/09/05 15:57:12 rillig Exp $
3 # Tests for the special source .MADE in dependency declarations,
4 # which marks all its dependencies as already made, so their commands
7 # TODO: Describe a possible use case for .MADE.
11 part1: chapter11 chapter12 .MADE
H A Ddepsrc-recursive.mk9 all: this-is-made
10 all: this-is-not-made
12 this-is-made: .RECURSIVE
13 @echo ${.TARGET} is made.
15 this-is-not-made:
H A Ddepsrc-make.mk11 all: this-is-made
12 all: this-is-not-made
14 this-is-made: .MAKE
15 @echo ${.TARGET} is made.
17 this-is-not-made:
H A Dopt-debug-graph1.exp3 # made-target, unmade, type OP_DEPENDS, flags none
4 # made-target-no-sources, unmade, type OP_DEPENDS, flags none
5 # made-source, unmade, type OP_DEPENDS, flags none
17 .ALLTARGETS = all made-target made-target-no-sources made-source unmade-target unmade-sources…
H A Dcond-func-make-main.mk4 # what is actually made.
6 # There are several ways to specify what is being made:
14 # assignments (VAR=value) are interpreted as targets to be made. These
25 # Even though the main-target would actually be made at this point, it is
49 # At this point, the list of targets to be made (opts.create) is not empty
52 # anywhere, it is not made.
H A Ddepsrc-make.exp1 this-is-made is made.
2 echo this-is-not-made is just echoed.
H A Ddepsrc-recursive.exp1 this-is-made is made.
2 echo this-is-not-made is just echoed.
/freebsd/lib/libpmc/pmu-events/arch/x86/cascadelakex/
H A Duncore-other.json769 "BriefDescription": "Read request for 4 bytes made by the CPU to IIO Part0",
776 …"PublicDescription": "Counts every read request for 4 bytes of data made by a unit on the main die…
781 "BriefDescription": "Read request for 4 bytes made by the CPU to IIO Part1",
788 …"PublicDescription": "Counts every read request for 4 bytes of data made by a unit on the main die…
793 "BriefDescription": "Read request for 4 bytes made by the CPU to IIO Part2",
800 …"PublicDescription": "Counts every read request for 4 bytes of data made by a unit on the main die…
805 "BriefDescription": "Read request for 4 bytes made by the CPU to IIO Part3",
812 …"PublicDescription": "Counts every read request for 4 bytes of data made by a unit on the main die…
817 "BriefDescription": "Write request of 4 bytes made to IIO Part0 by the CPU",
824 …"PublicDescription": "Counts every write request of 4 bytes of data made to the MMIO space of a ca…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/skylakex/
H A Duncore-other.json748 "BriefDescription": "Read request for 4 bytes made by the CPU to IIO Part0",
755 …"PublicDescription": "Counts every read request for 4 bytes of data made by a unit on the main die…
760 "BriefDescription": "Read request for 4 bytes made by the CPU to IIO Part1",
767 …"PublicDescription": "Counts every read request for 4 bytes of data made by a unit on the main die…
772 "BriefDescription": "Read request for 4 bytes made by the CPU to IIO Part2",
779 …"PublicDescription": "Counts every read request for 4 bytes of data made by a unit on the main die…
784 "BriefDescription": "Read request for 4 bytes made by the CPU to IIO Part3",
791 …"PublicDescription": "Counts every read request for 4 bytes of data made by a unit on the main die…
796 "BriefDescription": "Write request of 4 bytes made to IIO Part0 by the CPU",
803 …"PublicDescription": "Counts every write request of 4 bytes of data made to the MMIO space of a ca…
[all …]
/freebsd/contrib/bmake/
H A Dcompat.c226 * the node's made field is set to ERROR and creation stops.
404 gn->made = ERROR; in Compat_RunCommand()
520 assert(gn->made == UNMADE); in MakeUnmade()
523 * First mark ourselves to be made, then apply whatever transformations in MakeUnmade()
531 gn->made = BEINGMADE; in MakeUnmade()
539 gn->made = ABORTED; in MakeUnmade()
548 * All the children were made ok. Now youngestChild->mtime contains the in MakeUnmade()
555 gn->made = UPTODATE; in MakeUnmade()
569 * We need to be re-made. in MakeUnmade()
596 gn->made = ERROR; in MakeUnmade()
[all …]
H A Dmake.c78 * Make_Update After a target is made, update all its parents.
202 prefix, GNodeMade_Name(gn->made), type, flags, suffix); in GNode_FprintDetails()
346 * (such as a typically used FORCE source) has been made and in GNode_IsOODate()
349 * child after it was considered made. in GNode_IsOODate()
491 * This child node is now "made", so we decrement the count of in MakeHandleUse()
544 * depend on FRC to be made, so we have to check for gn->children in Make_Recheck()
570 * the target is made now. Otherwise archives with '...' rules in Make_Recheck()
642 if (succ->made == DEFERRED && in ScheduleOrderSuccessors()
656 * If the child was made, the parent's flag CHILDMADE field will be
662 * If the child wasn't made, the youngestChild field of the parent will be
[all …]
H A Dmake.h215 * UNMADE -> BEINGMADE -> MADE.
220 * The successful path when dependencies need to be made first:
221 * UNMADE -> DEFERRED -> REQUESTED -> BEINGMADE -> MADE.
223 * A node that has dependencies, and one of the dependencies cannot be made:
234 * dependencies have to be made first.
242 * The node is already being made. Trying to build a node in this
247 /* Was out-of-date and has been made. */
248 MADE, enumerator
249 /* Was already up-to-date, does not need to be made. */
252 * An error occurred while it was being made. Used only in compat
[all …]
H A Dtarg.c191 gn->made = UNMADE; in GNode_New()
305 * everything else has been made.
398 { OP_MADE, true, "MADE" }, in Targ_PrintType()
422 GNodeMade_Name(GNodeMade made) in GNodeMade_Name() argument
424 switch (made) { in GNodeMade_Name()
428 case BEINGMADE: return "being made"; in GNodeMade_Name()
429 case MADE: return "made"; in GNodeMade_Name()
431 case ERROR: return "error when made"; in GNodeMade_Name()
490 GNodeMade_Name(gn->made)); in Targ_PrintNode()
491 } else if (gn->made != UNMADE) { in Targ_PrintNode()
[all …]
/freebsd/share/doc/papers/relengr/
H A D3.t31 Once the decision has been made to halt development
110 an attempt is made to compile the entire source tree.
131 stable for some period of time, an alpha distribution tape is made
148 being made directly to the distribution.
154 changes to the distribution are no longer made by people outside
222 to concentrate on tracking the changes being made to the system
272 out who made the change and what their explanation was
318 as spurious changes made after the system has been
356 As minor changes are made to the manual pages and documentation,
380 the master tape can be made, and the official distribution started.
/freebsd/sys/contrib/openzfs/
H A DLICENSE17 and the Modifications made by that particular Contributor.
51 C. Any new file that is contributed or otherwise made
64 code in which modifications are made and (b) associated
95 selling of Original Software, to make, have made, use,
127 selling of Modifications made by that Contributor either
130 offer for sale, have made, and/or otherwise dispose of:
131 (1) Modifications made by that Contributor (or portions
132 thereof); and (2) the combination of Modifications made by
145 or (ii) the combination of Modifications made by that
149 Modifications made by that Contributor.
[all …]
/freebsd/sys/cddl/contrib/opensolaris/
H A DOPENSOLARIS.LICENSE17 and the Modifications made by that particular Contributor.
51 C. Any new file that is contributed or otherwise made
64 code in which modifications are made and (b) associated
95 selling of Original Software, to make, have made, use,
127 selling of Modifications made by that Contributor either
130 offer for sale, have made, and/or otherwise dispose of:
131 (1) Modifications made by that Contributor (or portions
132 thereof); and (2) the combination of Modifications made by
145 or (ii) the combination of Modifications made by that
149 Modifications made by that Contributor.
[all …]
/freebsd/cddl/contrib/opensolaris/
H A DOPENSOLARIS.LICENSE17 and the Modifications made by that particular Contributor.
51 C. Any new file that is contributed or otherwise made
64 code in which modifications are made and (b) associated
95 selling of Original Software, to make, have made, use,
127 selling of Modifications made by that Contributor either
130 offer for sale, have made, and/or otherwise dispose of:
131 (1) Modifications made by that Contributor (or portions
132 thereof); and (2) the combination of Modifications made by
145 or (ii) the combination of Modifications made by that
149 Modifications made by that Contributor.
[all …]
/freebsd/usr.sbin/cron/doc/
H A DTHANKS10 answer even though it made me clean up some really awful things in the code.
13 Paul Close made a suggestion which led to /etc/crond.pid and the mutex locking
14 on it. Kevin Braunsdorf of Purdue made a suggestion that led to @reboot and
18 number counting. Brian Reid made suggestions which led to the run queue and
/freebsd/contrib/ntp/html/hints/
H A Dchanges4 - Made Linux ignore parity errors with CLOCK_RAWDCF.
9 - Made Linux ignore parity errors.
13 - Made Linux ignore parity errors.
/freebsd/tools/tools/git/
H A DHOWTO38 made to each review. Please be judicious when subscribing mailing lists to
62 not give your reviewers an indication of what changes were made. It's not
68 Any changes that are made will show up in your reviews, and that will create
75 to be committed. This involves squashing the fixes made in code review
99 inadvertently made here:
/freebsd/lib/libsys/
H A Dintro.2279 When an access check is made, the system
380 An attempt was made to perform an operation limited to processes
405 made a request beyond the limits of the device.
414 A request was made to execute a file
422 request was made to a file that was only open for writing
430 An attempt was made to lock a system resource that
439 An attempt was made to access a file in a way forbidden
458 An attempt was made to apply an inappropriate
466 An attempt was made to open a directory with write mode specified.
513 An attempt was made t
[all...]

12345678910>>...100