Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
0bb84f80
Commit
0bb84f80
authored
Apr 27, 2007
by
Simon Marlow
Browse files
don't forget to clean the .bat files
See bug #1295
parent
cbeb99ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
compiler/Makefile
View file @
0bb84f80
...
...
@@ -717,6 +717,7 @@ all :: $(odir)/ghc-inplace ghc-inplace
ifeq
"$(TARGETPLATFORM)" "i386-unknown-mingw32"
all
::
$(odir)/ghc-inplace.bat ghc-inplace.bat
CLEAN_FILES
+=
$(odir)
/ghc-inplace.bat ghc-inplace.bat
endif
ifeq
"$(TARGETPLATFORM)" "i386-unknown-mingw32"
...
...
utils/ghc-pkg/Makefile
View file @
0bb84f80
...
...
@@ -109,6 +109,8 @@ all :: $(INPLACE_SCRIPT_PROG).bat
$(INPLACE_SCRIPT_PROG).bat
:
echo
'@call
$(
subst
/,\,
$(FPTOOLS_TOP_ABS_PLATFORM)
/utils/ghc-pkg/
$(HS_PROG)
)
--global-conf
$(PKGCONF)
%*'
>>
$@
chmod
755
$@
CLEAN_FILES
+=
$(INPLACE_SCRIPT_PROG)
.bat
endif
# ghc-pkg is needed to boot in rts/ and library dirs
...
...
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