Searched refs:clean (Results 301 - 325 of 455) sorted by relevance

<<111213141516171819

/freebsd-13-stable/lib/libc/tests/gen/
H A DMakefile101 .for target in clean obj depend all
/freebsd-13-stable/contrib/bmake/mk/
H A Dauto.obj.mk36 # Skip it if we are just doing 'clean'.
55 (${.TARGETS} == "" || ${.TARGETS:Nclean*:N*clean:Ndestroy*} != "")
H A Dsubdir.mk83 clean \
/freebsd-13-stable/contrib/capsicum-test/
H A Dmakefile35 clean:
/freebsd-13-stable/contrib/jemalloc/
H A DFREEBSD-upgrade43 # Finally, to clean up:
45 # ./FREEBSD-upgrade clean
183 clean) # Remove working tree and temporary files.
/freebsd-13-stable/contrib/libpcap/msdos/
H A Dmakefile.dj100 clean:
102 # $(MAKE) -f Makefile.dj -C $(DRIVER_DIR) clean
104 vclean: clean
/freebsd-13-stable/contrib/libucl/
H A DMakefile.unix58 clean:
89 .PHONY: clean $(OBJDIR)
H A DMakefile.w3263 clean:
92 .PHONY: clean $(OBJDIR)
/freebsd-13-stable/contrib/nvi/catalog/
H A DMakefile76 clean:
/freebsd-13-stable/share/mk/
H A Dauto.obj.mk37 # Skip it if we are just doing 'clean'.
56 (${.TARGETS} == "" || ${.TARGETS:Nclean*:N*clean:Ndestroy*} != "")
H A Dbsd.init.mk60 DIRDEPS_BUILD_LEVEL0_TARGETS += clean* destroy*
68 ${.TARGETS:M*clean} == ${.TARGETS} || \
H A Dlocal.sys.env.mk17 # got = ${clean* destroy:${M_ListToMatch:S,V,.TARGETS,}}
/freebsd-13-stable/contrib/ntp/sntp/tests/
H A DMakefile.in910 clean-checkPROGRAMS:
1064 clean-libtool:
1401 clean-generic:
1409 maintainer-clean-generic:
1413 clean: clean-am
1415 clean-am: clean-checkPROGRAMS clean-generic clean
[all...]
/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
H A DMakefile.in458 clean-sbinPROGRAMS:
736 clean-libtool:
931 clean-generic:
937 maintainer-clean-generic:
943 clean: clean-am
945 clean-am: clean-generic clean-libtool clean
[all...]
/freebsd-13-stable/release/
H A DMakefile.gce51 make -C ${PORTSDIR}/net/google-cloud-sdk BATCH=1 all install clean
/freebsd-13-stable/contrib/byacc/
H A DMakefile.old52 clean:; @rm -f $(OBJS)
/freebsd-13-stable/contrib/byacc/package/
H A Dmingw-byacc.spec47 %clean
/freebsd-13-stable/contrib/ldns/packaging/fedora/
H A Dldns.spec88 %clean
193 - Upgraded to 1.0.1. Removed temporary clean hack from spec file.
196 - Cannot use make clean because there are no Makefiles. Use hardcoded rm.
199 - Patched 'make clean' target to get rid of object files shipped with 1.0.0
202 - added a make clean for 2.3.3 since .o files were left behind upstream,
/freebsd-13-stable/contrib/libxo/tests/xo/
H A DMakefile.am82 clean-local:
/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A DMakefile.am80 clean-local:
/freebsd-13-stable/sys/contrib/zstd/zlibWrapper/
H A DMakefile68 valgrindTest: clean example fitblk example_zstd fitblk_zstd zwrapbench
117 clean:
/freebsd-13-stable/contrib/opie/
H A DMakefile.in280 clean:
284 (cd libopie ; $(MAKE) clean)
285 (cd libmissing ; $(MAKE) clean)
289 distclean: clean
/freebsd-13-stable/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec29 %clean
/freebsd-13-stable/tools/build/
H A Dmake.py169 parser.add_argument("--clean", action="store_true",
170 help="Do a clean rebuild instead of building with "
172 parser.add_argument("--no-clean", action="store_false", dest="clean",
173 help="Do a clean rebuild instead of building with "
249 if parsed_args.clean is False:
251 if (parsed_args.clean is None and not is_make_var_set("NO_CLEAN")
255 want_clean = input("You did not set -DWITHOUT_CLEAN/--clean/--no-clean."
256 " Did you really mean to do a clean buil
[all...]
/freebsd-13-stable/contrib/bc/
H A Dconfigure78 printf ' -C, --disable-clean\n'
79 printf ' Disable the clean that configure.sh does before configure.\n'
469 clean=1
478 C) clean=0 ;;
596 disable-clean) clean=0 ;;
611 disable-bc* | disable-dc* | disable-clean*)
633 if [ "$clean" -ne 0 ]; then
1321 make clean > /dev/null

Completed in 144 milliseconds

<<111213141516171819