diff options
| author | Gordon Ross <gwr@nexenta.com> | 2013-08-23 18:31:03 -0400 |
|---|---|---|
| committer | Gordon Ross <gwr@nexenta.com> | 2013-08-30 14:41:32 -0400 |
| commit | b6805bf78d2bbbeeaea8909a05623587b42d58b3 (patch) | |
| tree | 1ed4f5376932228adba6378d95bbea467bdea834 /usr/src/lib/libc/Makefile | |
| parent | a9478106a12424322498e53cf7cd75bd8a4d6004 (diff) | |
| download | illumos-joyent-b6805bf78d2bbbeeaea8909a05623587b42d58b3.tar.gz | |
4072 make clobber leaves trash
Reviewed by: Albert Lee <trisk@nexenta.com>
Reviewed by: Dan McDonald <danmcd@nexenta.com>
Reviewed by: Marcel Telka <marcel.telka@nexenta.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'usr/src/lib/libc/Makefile')
| -rw-r--r-- | usr/src/lib/libc/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr/src/lib/libc/Makefile b/usr/src/lib/libc/Makefile index 93934954dd..75a6406779 100644 --- a/usr/src/lib/libc/Makefile +++ b/usr/src/lib/libc/Makefile @@ -108,6 +108,8 @@ BASEHDRS= getxby_door.h CHECKHDRS= $(BASEHDRS:%.h=port/gen/%.check) HDRS= $(BASEHDRS) +CLOBBERFILES += THIRDPARTYLICENSE extract-copyright + # install rules for install_h target $(ROOTHDRDIR)/%: port/gen/% $(INS.file) @@ -237,7 +239,10 @@ lint := TARGET= lint $(SUBDIRS): FRC @cd $@; pwd; VERSION='$(VERSION)' $(MAKE) $(TARGET) -clean clobber: $(SUBDIRS) +clean: $(SUBDIRS) +clobber: $(SUBDIRS) etc clobber_local +clobber_local: + $(RM) $(CLOBBERFILES) lint: $(SUBDIRS) |
