Searched refs:clean (Results 376 - 400 of 455) sorted by relevance

<<111213141516171819

/freebsd-13-stable/tools/tools/locale/
H A DMakefile107 make && make install && make clean
213 clean-posix:
/freebsd-13-stable/contrib/ntp/libntp/
H A DMakefile.in765 clean-noinstLIBRARIES:
1378 clean-libtool:
1490 clean-generic:
1497 maintainer-clean-generic:
1501 clean: clean-am
1503 clean-am: clean-generic clean-libtool clean
[all...]
/freebsd-13-stable/release/
H A DMakefile116 clean: beforeclean
H A DMakefile.vm57 env - UNAME_r="${REVISION}-${BRANCH}" PATH=$$PATH make -C ${PORTSDIR}/emulators/qemu-user-static BATCH=1 all install clean
/freebsd-13-stable/contrib/bearssl/mk/
H A Dmkrules.sh522 clean:
/freebsd-13-stable/contrib/bmake/
H A DMakefile78 .if make(obj) || make(clean)
/freebsd-13-stable/contrib/dma/
H A DMakefile46 clean:
/freebsd-13-stable/contrib/ncurses/ncurses/
H A DMakefile.in295 clean :: mostlyclean
302 distclean :: clean
307 # These rules are used to allow "make -n" to work on a clean directory-tree
/freebsd-13-stable/contrib/ncurses/progs/
H A DMakefile.in311 clean :: mostlyclean
312 -$(SHELL) -c "if test -n '$x' ; then $(MAKE) clean x=''; fi"
317 distclean :: clean
322 # These rules are used to allow "make -n" to work on a clean directory-tree
/freebsd-13-stable/share/mk/
H A Dbsd.subdir.mk47 checkdpadd clean cleandepend cleandir cleanilinks \
56 clean cleandepend cleandir cleanilinks cleanobj files includes \
/freebsd-13-stable/usr.bin/
H A DMakefile291 .if make(clean*)
/freebsd-13-stable/usr.bin/chat/
H A Dchat.c169 char *clean(char *s, int sending);
556 clean(char *s, int sending) function
877 s = clean(s,0);
906 s1 = clean(s, 0);
927 s1 = clean(s, 0);
957 s1 = clean(s, 0);
977 s1 = clean(s, 0);
1097 s = clean(s, 1);
1189 string = clean(string, 0);
/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mcg.c126 /* delayed work to clean pending SM request */
137 int clean; member in struct:mcast_req
589 if (req->clean)
596 if (!req->clean)
1216 if (pend_req->clean) {
1222 req->clean = 1;
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A DMakefile.in699 clean-libLTLIBRARIES:
708 clean-noinstLTLIBRARIES:
721 clean-checkPROGRAMS:
730 clean-noinstPROGRAMS:
1425 clean-libtool:
1680 echo " typically \`make maintainer-clean' will remove them" >&2; \
1744 clean-generic:
1751 maintainer-clean-generic:
1755 clean: clean
[all...]
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A DMakefile.in1099 clean-libLTLIBRARIES:
1108 clean-noinstLTLIBRARIES:
1155 clean-binPROGRAMS:
1164 clean-checkPROGRAMS:
1173 clean-noinstPROGRAMS:
2505 clean-libtool:
2836 echo " typically \`make maintainer-clean' will remove them" >&2; \
2900 clean-generic:
2907 maintainer-clean-generic:
2910 clean
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/docs/
H A Dmake.bat41 if "%1" == "clean" (
/freebsd-13-stable/sbin/fsck_ffs/
H A Dmain.c289 exit(7); /* Filesystem clean, report it now */
353 * file system is clean;
354 * skip snapshot and report it clean
358 goto clean;
420 clean:
421 pwarn("clean, %ld free ", (long)(sblock.fs_cstotal.cs_nffree +
510 * the superblock should be marked clean.
678 * XX: We need the following line until we clean up
/freebsd-13-stable/contrib/libpcap/
H A DMakefile.in742 clean:
744 cd rpcapd; $(MAKE) clean
745 cd testprogs; $(MAKE) clean
747 distclean: clean
/freebsd-13-stable/contrib/libpcap/msdos/
H A Dmakefile.wc83 clean realclean vclean: .SYMBOLIC
/freebsd-13-stable/contrib/libxo/tests/gettext/
H A DMakefile.am112 clean-local:
/freebsd-13-stable/contrib/googletest/googlemock/
H A DMakefile.am10 # This is generated by the configure script, so clean it for distribution.
206 maintainer-clean-local:
211 # this happens, clean them to keep distcleancheck happy.
/freebsd-13-stable/contrib/apr-util/
H A Dapr-util.spec140 %clean
/freebsd-13-stable/sys/contrib/zstd/lib/
H A DMakefile218 .PHONY: lib-all all clean install uninstall
342 clean:
/freebsd-13-stable/contrib/lua/src/
H A DMakefile72 clean:
142 .PHONY: all $(PLATS) help test clean default o a depend echo
/freebsd-13-stable/sys/dev/sound/pci/
H A Dhdspe-pcm.c312 clean(struct sc_chinfo *ch) function
401 clean(ch);

Completed in 309 milliseconds

<<111213141516171819