Home
last modified time | relevance | path

Searched refs:FORCE (Results 1 – 6 of 6) sorted by relevance

/busybox-1.35.0/scripts/
DMakefile.build139 %.s: %.c FORCE
145 %.i: %.c FORCE
196 %.o: %.c FORCE
202 $(single-used-m): %.o: %.c FORCE
212 %.lst: %.c FORCE
226 %.s: %.S FORCE
232 %.o: %.S FORCE
243 %.lds: %.lds.S FORCE
263 $(builtin-target): $(obj-y) FORCE
276 $(lib-target): $(lib-y) FORCE
[all …]
DMakefile.host103 $(host-csingle): %: %.c FORCE
112 $(host-cmulti): %: $(host-cobjs) $(host-cshlib) FORCE
119 $(host-cobjs): %.o: %.c FORCE
129 $(host-cxxmulti): %: $(host-cobjs) $(host-cxxobjs) $(host-cshlib) FORCE
135 $(host-cxxobjs): %.o: %.cc FORCE
142 $(host-cshobjs): %.o: %.c FORCE
151 $(host-cshlib): %: $(host-cshobjs) FORCE
DMakefile.lib158 $(filter-out FORCE,$^) -o $@
DKbuild.include141 $(filter-out FORCE $(wildcard $^),$^) \
/busybox-1.35.0/
DMakefile422 %:: FORCE
437 config: scripts_basic outputmakefile gen_build_files FORCE
442 %config: scripts_basic outputmakefile gen_build_files FORCE
686 .tmp_kallsyms1.o .tmp_kallsyms2.o .tmp_kallsyms3.o: %.o: %.S scripts FORCE
693 .tmp_busybox1: $(busybox-lds) $(busybox-all) FORCE
696 .tmp_busybox2: $(busybox-lds) $(busybox-all) .tmp_kallsyms1.o FORCE
699 .tmp_busybox3: $(busybox-lds) $(busybox-all) .tmp_kallsyms2.o FORCE
708 .tmp_map%: .tmp_busybox% FORCE
718 busybox_unstripped: $(busybox-all) FORCE
783 .kernelrelease: FORCE
[all …]
/busybox-1.35.0/networking/
Difupdown.c221 #define FORCE (option_mask32 & OPT_force) macro
1436 if (!FORCE) { in ifupdown_main()
1504 if (!okay && !FORCE) { in ifupdown_main()