Home
last modified time | relevance | path

Searched refs:clean (Results 1 – 25 of 72) sorted by relevance

123

/glibc-2.36/gmon/
DMakefile102 $(objpfx)tst-gmon.out: clean-tst-gmon-data
103 clean-tst-gmon-data:
110 $(objpfx)tst-gmon-static.out: clean-tst-gmon-static-data
111 clean-tst-gmon-static-data:
120 $(objpfx)tst-gmon-pie.out: clean-tst-gmon-pie-data
121 clean-tst-gmon-pie-data:
128 $(objpfx)tst-gmon-static-pie.out: clean-tst-gmon-static-pie-data
129 clean-tst-gmon-static-pie-data:
/glibc-2.36/
DMakefile496 .PHONY: clean realclean distclean distclean-1 parent-clean parent-mostlyclean \
497 tests-clean
504 parent-clean: parent-mostlyclean common-clean
510 clean: parent-clean target
521 tests-clean:
660 realclean distclean: parent-clean
DMakefile.in15 bench bench-clean bench-build:
DMakerules649 $(common-objpfx)libc_pic.os.clean: $(common-objpfx)libc_pic.opts \
652 generated += libc_pic.opts libc_pic.os.clean
654 libc_pic_clean := .clean
1287 # 'make clean', which is handled by the 'generated' variable.
1414 .PHONY: common-mostlyclean common-clean mostlyclean clean do-tests-clean
1415 clean: common-clean
1418 do-tests-clean:
1459 common-clean: common-mostlyclean
DRules397 subdir_clean: clean
400 subdir_testclean: do-tests-clean
402 distclean: clean
/glibc-2.36/localedata/unicode-gen/
DMakefile62 clean: mostlyclean target
67 .PHONY: all check clean mostlyclean install
139 .PHONY: downloads clean-downloads
141 clean-downloads:
/glibc-2.36/sysdeps/pthread/
Dtst-cond-except.c39 clean (void *arg) in clean() function
65 pthread_cleanup_push (clean, (void *) &mutex); in thr()
/glibc-2.36/sysdeps/x86_64/
DMakefile216 do-tests-clean common-mostlyclean: tst-x86_64-1-clean
218 .PHONY: tst-x86_64-1-clean
219 tst-x86_64-1-clean:
/glibc-2.36/benchtests/
DREADME20 $ make bench-clean
23 in the call to make. One should run `make bench-clean' before changing
35 Again, one must run `make bench-clean' before changing the measurement method.
44 One must run `make bench-clean' before changing the measurement method.
DMakefile366 bench-clean:
/glibc-2.36/htl/tests/
DREADME6 $ make -C [libpthread]/tests/ INSTALL_ROOT=[install_root] clean check
DMakefile38 clean: target
/glibc-2.36/iconvdata/
DMakefile351 do-tests-clean common-mostlyclean: tst-tables-clean
353 .PHONY: tst-tables-clean
354 tst-tables-clean:
/glibc-2.36/ChangeLog.old/
DChangeLog.3997 * Makerules (common-clean): Prepend $(objpfx) to $(generated).
998 * Makefile (parent-clean): Prepend $(common-objpfx) to
1370 * Makefile (parent-clean): Remove $(common-generated) also.
1506 (common-clean): New target; depend on common-mostlyclean, and
1508 (clean): Depend on common-clean.
1511 (clean): Target removed.
1512 (distclean): New target; depend on clean.
1521 (parent-clean): New target; depend on parent-mostlyclean and
1522 common-clean, and remove sysdirs sysd-dirs sysd-Makefile.
1523 (clean): Depend on parent-clean and just do submake for subdirs.
[all …]
DChangeLog.251 (clean-mpn): Use rm -f.
170 * stdio/Makefile [gmp-srcdir] (clean-mpn): New target.
1064 * Makefile (clean): Pass no_deps=t to subdir_clean make.
1633 (mostlyclean, distclean, realclean, clean, subdir_clean): New targets.
2547 * Makefile (clean): Remove sysd-Makefile, sysd-dirs, sysdirs
2586 (clean): Remove $(extra-objs).
2587 * Makefile (clean): Remove $(install-lib) from $(objdir).
2594 (clean): Use $(objects) in place of $(+objs).
2634 * Rules (clean): Remove $(generated), not $(clean-extras).
3296 * Rules (clean): Also remove $(clean-extras).
DChangeLog.11846 * Makefile, Rules (clean, mostlyclean): Put - before rm commands.
1991 (clean): Use that instead of $(objects).
2387 * Makefile, Rules: Changed clean and clobber targets into
2388 mostlyclean, clean, and realclean.
DChangeLog.9883 * Makerules (do-tests-clean): Remove reference to obsolete
1006 * Makefile (tests-clean): New target to delete test output files.
1007 * Makerules (do-tests-clean): New rule to support the above.
3133 * nis/nis_call.c: Changes for new 64bit clean NIS+ interface.
5224 * Makerules (install-clean-symbolic-link-list): Removed.
6568 * Makerules (install-clean-symbolic-link-list): Make phony.
6582 (install-clean-symbolic-link-list): New target.
6583 (install): Depend on install-clean-symbolic-link-list.
DChangeLog.6651 * Makerules (common-clean): Remove $(generated-dirs) inclusing content.
1714 to keep namespace clean.
4707 kernel header is not clean enough. We provide the definitions
5361 namespace clean.
5368 nanosleep to keep namespace clean.
6940 and funlockfile to be namespace clean.
7313 * Makerules (common-clean): Remove common-generated files too.
8194 * login/utmp.h: Add prototypes for name space clean reentrant
8437 to be 64-bit clean.
/glibc-2.36/localedata/
DREADME63 clean.
/glibc-2.36/nptl/
DMakefile519 clean: target
/glibc-2.36/manual/
Dllio.texi1053 you must first @dfn{clean up} the stream that you have been using.
1059 undefined as a result. To prevent this, you must clean up the streams
1077 You should clean an output stream after use, before doing anything else
1081 You should clean an input stream before reading data that may have been
1093 end-of-file position accurate, you must clean the output channel you
1105 You can use @code{fflush} to clean a stream in most
1109 is already clean. A stream is clean whenever its buffer is empty. For
1110 example, an unbuffered stream is always clean. An input stream that is
1111 at end-of-file is clean. A line-buffered stream is clean when the last
1113 might not be clean, as its input buffer might not be empty.
[all …]
Dmaint.texi96 These files will be removed by @w{@samp{make clean}}, and they will
103 being built in. These files will be removed by @w{@samp{make clean}}.
Dsetjmp.texi84 /* @r{Code to clean up after premature return.} */
Dargp.texi503 each parser to clean up its state for the parent.
1236 somewhat more flexible and clean.
Dsignal.texi825 that terminated a child process. The clean way to print a message
1492 /* @r{Now do the clean up actions:}
2170 (@code{SIGTSTP}), and you want to clean up some internal data buffers
3026 The clean and reliable way to wait for a signal to arrive is to block it

123