Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
e499cbe9
Commit
e499cbe9
authored
May 08, 2010
by
Ian Lynagh
Browse files
Move some make variables around so they are available when cleaning
parent
09c1e441
Changes
2
Hide whitespace changes
Inline
Side-by-side
mk/config.mk.in
View file @
e499cbe9
...
...
@@ -785,12 +785,3 @@ CONFIGURE_ARGS = @CONFIGURE_ARGS@
ICONV_INCLUDE_DIRS
=
@ICONV_INCLUDE_DIRS@
ICONV_LIB_DIRS
=
@ICONV_LIB_DIRS@
################################################################################
#
# Bindist testing directory
#
################################################################################
BIN_DIST_INST_SUBDIR
=
"install dir"
BIN_DIST_INST_DIR
=
$(TOP)
/bindisttest/
$(BIN_DIST_INST_SUBDIR)
mk/tree.mk
View file @
e499cbe9
...
...
@@ -47,6 +47,21 @@ INPLACE_TOPDIR = $(INPLACE)/lib
INPLACE_MINGW
=
$(INPLACE)
/mingw
INPLACE_PERL
=
$(INPLACE)
/perl
################################################################################
#
# Bindist testing directory
#
################################################################################
BIN_DIST_INST_SUBDIR
=
"install dir"
BIN_DIST_INST_DIR
=
bindisttest/
$(BIN_DIST_INST_SUBDIR)
################################################################################
#
# rm
#
################################################################################
# These are here, rather than in config.mk, as they need to exist in an
# unconfigured tree so that the various clean targets can be used
# without configuring:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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