Skip to content

Commit

Permalink
Make sure clean clm cleans up obj dir
Browse files Browse the repository at this point in the history
When user runs "./case.build --clean clm" make sure that the
obj files are cleaned up (removed) correctly.

In #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]
  • Loading branch information
jayeshkrishna committed May 9, 2017
1 parent 601891f commit e2bc75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/acme/machines/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ cleanrof:

cleanlnd:
$(RM) -f $(LIBROOT)/liblnd.a
$(RM) -fr $(LNDOBJDIR)
$(RM) -fr $(EXEROOT)/lnd/obj

cleancsmshare:
$(RM) -f $(CSMSHARELIB)
Expand Down

0 comments on commit e2bc75c

Please sign in to comment.