Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
6a555161
Commit
6a555161
authored
Oct 27, 2000
by
simonmar
Browse files
[project @ 2000-10-27 14:40:40 by simonmar]
create ghc-inplace
parent
909442c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/Makefile
View file @
6a555161
# -----------------------------------------------------------------------------
# $Id: Makefile,v 1.9
8
2000/10/27 1
1
:4
8:54 sewardj
Exp $
# $Id: Makefile,v 1.9
9
2000/10/27 1
4
:4
0:40 simonmar
Exp $
TOP
=
..
include
$(TOP)/mk/boilerplate.mk
...
...
@@ -374,6 +374,19 @@ SRC_LD_OPTS += -syslib misc -syslib exts
endif
endif
# -----------------------------------------------------------------------------
# create ghc-inplace, a convenient way to run ghc from the build tree...
all
::
ghc-inplace
ghc-inplace
:
hsc
@
$(RM)
$@
echo
'#!/bin/sh'
>>
$@
echo exec
$(FPTOOLS_TOP_ABS)
/ghc/compiler/hsc
-B
$(FPTOOLS_TOP_ABS)
'"$$@"'
>>
$@
chmod
755
$@
CLEAN_FILES
+=
ghc-inplace
#-----------------------------------------------------------------------------
# install
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment