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
Alex D
GHC
Commits
bb0a30a9
Commit
bb0a30a9
authored
Oct 06, 2009
by
Simon Marlow
Browse files
Add ".PRECIOUS: %/."
To quiet those warnings from make about not being able to delete directories.
parent
b5384cdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
bb0a30a9
...
...
@@ -405,6 +405,9 @@ endif
# -----------------------------------------------------------------------------
# Directories
# Don't try to delete directories:
.PRECIOUS
:
%/.
%/.
:
$(MKDIRHIER)
"
$(MKDIRHIER)
"
$@
...
...
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