Searched refs:clean (Results 351 - 375 of 480) sorted by relevance

<<11121314151617181920

/freebsd-current/share/mk/
H A Dlocal.sys.env.mk16 # got = ${clean* destroy:${M_ListToMatch:S,V,.TARGETS,}}
H A Dsuite.test.mk110 .for t in clean depend all
121 @cd ${.CURDIR} && ${MAKE} clean
H A Dbsd.progs.mk126 PROGS_TARGETS+= checkdpadd clean depend install
131 # 'clean' gets ran via the target defined in bsd.obj.mk.
H A Ddirdeps-targets.mk133 # clean up
172 DIRDEPS_TARGETS_SKIP += all clean* destroy*
/freebsd-current/tools/build/
H A Dmake.py227 parser.add_argument("--clean", action="store_true",
228 help="Do a clean rebuild instead of building with "
230 parser.add_argument("--no-clean", action="store_false", dest="clean",
231 help="Do a clean rebuild instead of building with "
308 if parsed_args.clean is False:
310 if (parsed_args.clean is None and not is_make_var_set("NO_CLEAN")
314 want_clean = input("You did not set -DWITHOUT_CLEAN/--(no-)clean."
315 " Did you really mean to do a clean build? y/[N] ")
/freebsd-current/contrib/bmake/mk/
H A Dccm.dep.mk19 # C++ Modules need extra help - at least in a clean tree
H A Ddirdeps-targets.mk133 # clean up
172 DIRDEPS_TARGETS_SKIP += all clean* destroy*
/freebsd-current/release/
H A DMakefile.ec252 all install clean
H A DMakefile.azure42 all install clean
/freebsd-current/tests/ci/tools/
H A Dci.conf91 /usr/local/sbin/pkg clean -a
/freebsd-current/sys/conf/
H A Dkern.post.mk72 .for target in all clean cleandepend cleandir clobber depend install \
131 cd ${PORTSDIR:U/usr/ports}/${__i}; ${PORTSMODULESENV} ${MAKE} -B clean build
134 .for __target in install reinstall clean
158 kernel-cleandir: kernel-clean kernel-cleandepend
226 kernel-clean:
280 ${.TARGETS:M*clean*} == ${.TARGETS} || \
/freebsd-current/contrib/ntp/ntpd/
H A DMakefile.in975 clean-binPROGRAMS:
984 clean-checkPROGRAMS:
1033 clean-libexecPROGRAMS:
1082 clean-sbinPROGRAMS:
1091 clean-noinstLIBRARIES:
1364 clean-libtool:
1634 clean-generic:
1642 maintainer-clean-generic:
1648 clean: clean
[all...]
/freebsd-current/contrib/gdtoa/
H A Dmakefile86 clean:
/freebsd-current/sys/contrib/libsodium/dist-build/
H A Demscripten.sh68 emmake make clean
/freebsd-current/contrib/sqlite3/tea/win/
H A Dmakefile.vc54 # clean/realclean/distclean -- varying levels of cleaning.
421 clean:
425 realclean: clean
/freebsd-current/tools/kerneldoc/subsys/
H A DMakefile23 @echo " clean-${entry}"
28 @echo " clean"
73 clean-${target}:
/freebsd-current/etc/mail/
H A DMakefile184 clean:
/freebsd-current/lib/libpmc/
H A DMakefile29 .if make(*clean*)
/freebsd-current/usr.sbin/config/
H A Dmkmakefile.cc388 char *rfile, *compilewith, *depends, *clean, *warning; local
403 * [ clean "file-list"] [ warning "text warning" ]
443 clean = NULL;
504 if (eq(wd, "clean")) {
507 errout("%s: %s missing clean file list.\n",
509 clean = ns(wd);
595 tp->f_clean = clean;
/freebsd-current/contrib/arm-optimized-routines/math/
H A DDir.mk116 clean-math:
119 .PHONY: all-math check-math-test check-math-rtest check-math-ulp check-math install-math clean-math
/freebsd-current/crypto/openssh/regress/misc/fuzz-harness/
H A DMakefile54 clean:
/freebsd-current/contrib/libfido2/fuzz/
H A DMakefile69 clean: run
71 make -C /libfido2/build clean'
/freebsd-current/contrib/ntp/libntp/
H A DMakefile.in921 clean-noinstLIBRARIES:
1190 clean-libtool:
1305 clean-generic:
1323 maintainer-clean-generic:
1327 clean: clean-am
1329 clean-am: clean-generic clean-libtool clean
[all...]
/freebsd-current/contrib/libevent/test/
H A DMakefile.nmake76 clean:
/freebsd-current/contrib/byacc/
H A Dvmsbuild.com158 $ clean :

Completed in 430 milliseconds

<<11121314151617181920