HomeSort by relevance Sort by last modified time
    Searched refs:clean (Results 1 - 25 of 1382) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/kmod/libkmod/
Makefile 10 clean:
11 $(MAKE) -C .. clean
13 .PHONY: all clean
  /external/kmod/tools/
Makefile 10 clean:
11 $(MAKE) -C .. clean
13 .PHONY: all clean
  /external/mmc-utils/man/
Makefile 2 clean:
5 .PHONY: all clean install
  /frameworks/wilhelm/doc/
Makefile 1 html/index.html : Doxyfile clean
4 clean :
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/
GNUmakefile 16 clean:
  /external/kmod/testsuite/
Makefile 12 clean:
13 $(MAKE) -C .. clean
15 .PHONY: all clean check
  /external/ltp/testcases/kdump/lib/
Makefile 6 clean:
7 $(MAKE) -C crasher clean
8 $(MAKE) -C lkdtm clean
  /external/iproute2/man/man3/
Makefile 5 distclean: clean
7 clean:
13 .PHONY: install clean distclean
  /external/autotest/client/tests/tracing_microbenchmark/src/
Makefile 6 .PHONY: clean
7 clean:
  /external/libcap/contrib/
Makefile 1 .PHONY: all clean
2 all clean:
  /system/chre/build/
clean.mk 2 # Clean Makefile
9 # Clean Target #################################################################
11 .PHONY: clean
12 clean:
  /external/rmi4utils/
Makefile 10 clean:
11 $(MAKE) -C rmidevice clean
12 $(MAKE) -C rmi4update clean
13 $(MAKE) -C rmihidtool clean
14 $(MAKE) -C f54test clean
19 android-clean:
20 ndk-build NDK_APPLICATION_MK=Application.mk clean
  /prebuilts/go/darwin-x86/src/
clean.bash 9 echo 'clean.bash must be run from $GOROOT/src' 1>&2
16 echo 'cannot find go command; nothing to clean' >&2
20 "$gobin/go" clean -i std
21 "$gobin/go" tool dist clean
22 "$gobin/go" clean -i cmd
clean.rc 9 echo 'cannot find $GOTOOLDIR/dist; nothing to clean' >[1=2]
13 $GOBIN/go clean -i std
14 $GOBIN/go tool dist clean
15 $GOBIN/go clean -i cmd
  /prebuilts/go/linux-x86/src/
clean.bash 9 echo 'clean.bash must be run from $GOROOT/src' 1>&2
16 echo 'cannot find go command; nothing to clean' >&2
20 "$gobin/go" clean -i std
21 "$gobin/go" tool dist clean
22 "$gobin/go" clean -i cmd
clean.rc 9 echo 'cannot find $GOTOOLDIR/dist; nothing to clean' >[1=2]
13 $GOBIN/go clean -i std
14 $GOBIN/go tool dist clean
15 $GOBIN/go clean -i cmd
  /device/linaro/bootloader/edk2/BaseTools/Tests/
GNUmakefile 19 clean:
  /external/ltp/include/
Makefile 35 .PHONY: ac-clean ac-distclean ac-maintainer-clean distclean maintainer-clean
36 distclean:: clean ac-distclean
37 maintainer-clean:: distclean ac-maintainer-clean
38 ac-clean ac-distclean::
40 ac-maintainer-clean::
  /external/selinux/mcstrans/
Makefile 10 clean:
12 $(MAKE) -C src clean
13 $(MAKE) -C utils clean
14 $(MAKE) -C man clean
  /device/linaro/bootloader/edk2/BaseTools/
GNUmakefile 20 CLEAN_SUBDIRS := $(patsubst %,%-clean,$(sort $(SUBDIRS)))
29 -$(MAKE) -C $(@:-clean=) clean
31 clean: $(CLEAN_SUBDIRS)
  /external/linux-kselftest/tools/testing/selftests/firmware/
Makefile 10 # Nothing to clean up.
11 clean:
  /external/linux-kselftest/tools/testing/selftests/sysctl/
Makefile 12 # Nothing to clean up.
13 clean:
  /external/ltp/include/mk/
generic_leaf_target.inc 26 # Generate a set of basic targets (all, clean, install) for a leaf directory
93 .PHONY: all clean install
99 clean:: $(CLEAN_DEPS)
  /external/ltp/tools/pounder21/src/mem_alloc_test/
Makefile 25 clean:
  /external/ltp/tools/pounder21/src/memxfer5b/
Makefile 26 clean:

Completed in 581 milliseconds

1 2 3 4 5 6 7 8 91011>>