From: simonmar Date: Thu, 27 Jan 2005 11:27:22 +0000 (+0000) Subject: [project @ 2005-01-27 11:27:22 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~1182 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=70b1b4c568985317dd2bfb048fcdf6e401b40a5c;p=ghc-hetmet.git [project @ 2005-01-27 11:27:22 by simonmar] updates to hc-file-bundle target --- diff --git a/Makefile b/Makefile index 7b1fd9d..0c2eae0 100644 --- a/Makefile +++ b/Makefile @@ -441,7 +441,11 @@ hc-file-bundle : project-check echo `echo "$$f" | sed 's/hsc$$/hs/g' ` >> hc-files-to-go ; \ fi; \ done; - echo $(ProjectNameShort)-$(ProjectVersion)/ghc/rts/AutoApply.hc >> hc-files-to-go + for f in `$(FIND) $(ProjectNameShort)-$(ProjectVersion)/ghc/compiler $(ProjectNameShort)-$(ProjectVersion)/ghc/rts -name "*.cmm" -follow -print` ""; do \ + if test "x$$f" != "x"; then \ + echo `echo "$$f" | sed 's/cmm$$/hc/g' ` >> hc-files-to-go ; \ + fi; \ + done; echo $(ProjectNameShort)-$(ProjectVersion)/libraries/base/GHC/PrimopWrappers.hs >> hc-files-to-go echo $(ProjectNameShort)-$(ProjectVersion)/ghc/compiler/parser/Parser.hs >> hc-files-to-go echo $(ProjectNameShort)-$(ProjectVersion)/ghc/compiler/parser/ParserCore.hs >> hc-files-to-go