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
762babe6
Commit
762babe6
authored
Apr 28, 2009
by
Simon Marlow
Browse files
more cleaning
parent
d2f3c920
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
762babe6
...
...
@@ -828,12 +828,22 @@ clean_files :
distclean
:
clean
$(RM)
config.cache config.status config.log mk/config.h mk/stamp-h
$(RM)
mk/config.mk mk/are-validating.mk
$(RM)
mk/config.mk mk/are-validating.mk
mk/project.mk
$(RM)
extra-gcc-opts docs/users_guide/ug-book.xml
$(RM)
compiler/ghc.cabal ghc/ghc-bin.cabal
$(RM)
libraries/base/include/HsBaseConfig.h
$(RM)
libraries/directory/include/HsDirectoryConfig.h
$(RM)
libraries/process/include/HsProcessConfig.h
$(RM)
libraries/unix/include/HsUnixConfig.h
$(RM)
libraries/old-time/include/HsTimeConfig.h
maintainer-clean
:
distclean
$(RM)
configure mk/config.h.in
$(RM)
-r
autom4te.cache libraries/
*
/autom4te.cache
$(RM)
ghc.spec
$(RM)
libraries/
*
/GNUmakefile
$(RM)
libraries/
*
/GNUmakefile libraries/
*
/ghc.mk libraries/
*
/configure
$(RM)
libraries/base/include/HsBaseConfig.h.in
$(RM)
libraries/directory/include/HsDirectoryConfig.h.in
$(RM)
libraries/process/include/HsProcessConfig.h.in
$(RM)
libraries/unix/include/HsUnixConfig.h.in
$(RM)
libraries/old-time/include/HsTimeConfig.h.in
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