From b6805bf78d2bbbeeaea8909a05623587b42d58b3 Mon Sep 17 00:00:00 2001 From: Gordon Ross Date: Fri, 23 Aug 2013 18:31:03 -0400 Subject: 4072 make clobber leaves trash Reviewed by: Albert Lee Reviewed by: Dan McDonald Reviewed by: Marcel Telka Reviewed by: Richard Lowe Approved by: Garrett D'Amore --- usr/src/msg/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'usr/src/msg') diff --git a/usr/src/msg/Makefile b/usr/src/msg/Makefile index e605ef0f97..03e42fc344 100644 --- a/usr/src/msg/Makefile +++ b/usr/src/msg/Makefile @@ -64,6 +64,9 @@ all: $(MSGDIRFILES) install: all _msg +clobber: + $(RM) $(MSGDIRFILES_REMOTE) + # # The _msg target gathers the output of the top-level _msg target into # text-domain-specific message files under the ROOTMSGDIR for packaging. -- cgit v1.2.3