Searched refs:clean (Results 1 - 14 of 14) sorted by relevance

/solaris-x11-s12/open-src/xserver/xorg/sun-src/os/solaris/mdb/scripts/
H A DMakefile37 clean:
39 clobber: clean
/solaris-x11-s12/open-src/xserver/xorg/sun-src/os/solaris/mdb/
H A DMakefile26 clean := TARGET = clean macro
33 all clean install lint: $(SUBDIRS)
/solaris-x11-s12/open-src/kernel/mdb/
H A DMakefile35 clean := TARGET = clean macro
43 all clean clobber install lint: $(SUBDIRS)
/solaris-x11-s12/open-src/xserver/xorg/sun-src/os/solaris/mdb/modules/
H A DMakefile51 clean:
54 clean.lint:
57 clobber: clean clean.lint
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconfig/
H A DMakefile49 clean:
52 clobber: clean
/solaris-x11-s12/open-src/util/build-tools/sun-src/
H A DMakefile37 clean:
/solaris-x11-s12/open-src/kernel/
H A DMakefile64 # World: clean all debug install
65 World: clean all install lint
67 clean: clean-subdirs clean-obsolete-subdirs
69 clean-subdirs:
70 $(MAKE) $(MAKEFLAGS) $(PASSDOWN_VARS) subdirs OS_TARGET=clean
89 clean-obsolete-subdirs:
95 $(MAKE) $(MAKEFLAGS) subdirs OS_TARGET=clean OS_SUBDIRS=$$i ; \
/solaris-x11-s12/open-src/kernel/drm/src/
H A DMakefile86 # Lint errors that are not clean
91 # Lint clean in current code, but might not be in updated code
120 clean: $(CLEAN_DEPS)
123 clobber: clean
131 clean.lint: $(CLEAN_LINT_DEPS)
/solaris-x11-s12/open-src/xserver/xvnc/sun-src/java/src/com/tigervnc/decoder/
H A DMakefile24 clean::
/solaris-x11-s12/open-src/kernel/i915/src/
H A DMakefile91 # Lint errors that are not clean
96 # Lint clean in current code, but might not be in updated code
125 clean: $(CLEAN_DEPS)
128 clobber: clean
136 clean.lint: $(CLEAN_LINT_DEPS)
/solaris-x11-s12/
H A Dmake_release_packages89 ${XMAKE} clean > "${LOG}" 2>&1
/solaris-x11-s12/open-src/driver/xf86-video-openchrome/
H A DMakefile55 CLEAN_LINEFEED_TARGET = $(SOURCE_DIR)/.source.clean.done
/solaris-x11-s12/pkg/
H A DMakefile428 clean-repo:
483 clean:
486 clobber: clean clean-repo
/solaris-x11-s12/open-src/app/dsession/sun-src/
H A Ddsession.c1326 clean(void) function
1569 " -c or --clean\t\tDelete all dsessions,\n"
1789 (strcmp("--clean", argv[1]) == 0)) {
1790 if (!clean()) {
1791 fprintf(stderr, "failed to clean\n");

Completed in 29 milliseconds