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
384dc99e
Commit
384dc99e
authored
Apr 18, 2007
by
Ian Lynagh
Browse files
Add distclean target for libraries/ (== clean target)
parent
5ecf4526
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/Makefile
View file @
384dc99e
...
...
@@ -208,7 +208,9 @@ $(foreach SUBDIR,$(SUBDIRS),install.library.$(SUBDIR)): \
install.library.%: stamp/configure.library.install.% %/setup/Setup
cd
$*
&&
../ifBuildable/ifBuildable setup/Setup
install
.PHONY
:
clean clean.library.%
.PHONY
:
distclean clean clean.library.%
distclean
:
clean
clean
:
$(foreach SUBDIR
,
$(SUBDIRS)
,
clean.library.$(SUBDIR))
$(RM)
-f
stamp/
$(BOOTSTRAPPING_CABAL)
...
...
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