chiark
/
gitweb
/
~mdw
/
distorted-chroot
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a914e88
)
Makefile: Don't create random directories in the working tree.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 9 Jun 2024 12:56:28 +0000
(13:56 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 10 Jun 2024 02:25:49 +0000
(
03:25
+0100)
Most noticeably `man'. I don't know what the old runes were trying to
do, but they don't seem to do anything useful.
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index ec9db52c931ed11245ebad76b32a582a9ad6f4b3..68f8bb5980565667b9fcd58f7690cd6c48c60143 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-628,7
+628,7
@@
$(foreach a,$(ALL_ARCHS),\
$(foreach a,$(ALL_ARCHS),\
$(foreach d,$(LOCAL_ARCH_LINKS),$(LOCAL)/$a/$d)): \
$$(if $$(call symlink-ok-p,$$@,$$($$(notdir $$@)_LINKDEST)),,_force)
- $(V_AT)mkdir -p $(
not
dir $@)
+ $(V_AT)mkdir -p $(dir $@)
$(call v_tag,SYMLINK)ln -sf $($(notdir $@)_LINKDEST) $@
$(foreach a,$(ALL_ARCHS),\
$(foreach d,$(LOCAL_COMMON_DIRS),$(LOCAL)/$a/$d)): \