Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
c19a1264
Commit
c19a1264
authored
May 20, 2009
by
Ian Lynagh
Browse files
Set CLEANING=YES for the clean_% targets
parent
1d6393ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
c19a1264
...
...
@@ -81,7 +81,7 @@ clean distclean maintainer-clean:
test
!
-d
testsuite
||
$(MAKE)
-C
testsuite
$@
$(filter clean_%, $(MAKECMDGOALS))
:
clean_% :
$(MAKE)
-r
--no-print-directory
-f
ghc.mk
$@
$(MAKE)
-r
--no-print-directory
-f
ghc.mk
$@
CLEANING
=
YES
bootstrapping-files show
:
$(PACKAGE_MK)
$(MAKE)
-r
--no-print-directory
-f
ghc.mk
$@
...
...
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