[m-rev.] diff update tar and touch_files targets for mfilterjavac

Julien Fischer jfischer at opturion.com
Tue Apr 23 17:47:01 AEST 2013


Update the tar and touch_files targets for mfilterjavac.

Mmakefile:
As above.

Julien.

diff --git a/Mmakefile b/Mmakefile
index 854346d..025be41 100644
--- a/Mmakefile
+++ b/Mmakefile
@@ -174,7 +174,7 @@ deep_profiler/$(deps_subdir)mdprof_procrep.dep: \
  +cd deep_profiler && $(SUBDIR_MMAKE) depend

 .PHONY: dep_mfilterjavac
-dep_mfilterjavac : mfilterjavac/$(deps_subdir)mfilterjavac.dep
+dep_mfilterjavac: mfilterjavac/$(deps_subdir)mfilterjavac.dep

 mfilterjavac/$(deps_subdir)mfilterjavac.dep: \
  library/$(deps_subdir)$(STD_LIB_NAME).dep
@@ -453,6 +453,8 @@ tar: $(GENERATED_DOCS)
  +cd profiler && $(SUBDIR_MMAKE) cs tags
  +cd deep_profiler && $(SUBDIR_MMAKE) depend
  +cd deep_profiler && $(SUBDIR_MMAKE) cs tags
+ +cd mfilterjavac && $(SUBDIR_MMAKE) depend
+ +cd mfilterjavac && $(SUBDIR_MMAKE) cs tags
  +cd doc && $(SUBDIR_MMAKE) info html dvi mdb_doc
  # the following commands might fail on Windows?
  -cd bindist && $(SUBDIR_MMAKE) bindist.Makefile
@@ -754,6 +756,7 @@ touch_files:
  touch slice/*.c
  touch profiler/*.c
  touch deep_profiler/*.c
+ touch mfilterjavac/*.c
  touch doc/*.info doc/*.dvi doc/*.html config.status

 #-----------------------------------------------------------------------------#
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurylang.org/archives/reviews/attachments/20130423/190d8845/attachment.html>


More information about the reviews mailing list