From e2bc75c989b3ab4296f81b52fab11f690fe71671 Mon Sep 17 00:00:00 2001 From: jayeshkrishna Date: Tue, 9 May 2017 11:02:32 -0500 Subject: [PATCH] Make sure clean clm cleans up obj dir When user runs "./case.build --clean clm" make sure that the obj files are cleaned up (removed) correctly. In ESMCI/cime#1140 the corresponding change for cleaning up CLM objs differ because CESM supports building shared libs for CLM 4.5 and 5.0 (hence a separate definition for the CLM obj dir depending on the version). ACME always builds static libs. [BFB] --- config/acme/machines/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/acme/machines/Makefile b/config/acme/machines/Makefile index 5cb30af56c0..819728c06dc 100644 --- a/config/acme/machines/Makefile +++ b/config/acme/machines/Makefile @@ -867,7 +867,7 @@ cleanrof: cleanlnd: $(RM) -f $(LIBROOT)/liblnd.a - $(RM) -fr $(LNDOBJDIR) + $(RM) -fr $(EXEROOT)/lnd/obj cleancsmshare: $(RM) -f $(CSMSHARELIB)