projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e396e33
)
Lock copying to STAGING_DIR_ROOT. This fixes build failures for parallelized build.
author
Michael Büsch
<mb@bu3sch.de>
Fri, 29 Oct 2010 15:07:23 +0000
(15:07 +0000)
committer
Michael Büsch
<mb@bu3sch.de>
Fri, 29 Oct 2010 15:07:23 +0000
(15:07 +0000)
SVN-Revision: 23709
include/package-ipkg.mk
patch
|
blob
|
history
diff --git
a/include/package-ipkg.mk
b/include/package-ipkg.mk
index 512e40186de7a99ada91b5d38624648f01156060..8ff0d70d1c213d4c26fc11bb3be0ff8426057e49 100644
(file)
--- a/
include/package-ipkg.mk
+++ b/
include/package-ipkg.mk
@@
-80,7
+80,7
@@
ifeq ($(DUMP),)
mkdir -p $(STAGING_DIR_ROOT)/stamp $(STAGING_DIR_ROOT)/tmp-$(1)
$(call Package/$(1)/install,$(STAGING_DIR_ROOT)/tmp-$(1))
$(call Package/$(1)/install_lib,$(STAGING_DIR_ROOT)/tmp-$(1))
- $(
CP) $(STAGING_DIR_ROOT)/tmp-$(1)/. $(STAGING_DIR_ROOT)/
+ $(
call locked,$(CP) $(STAGING_DIR_ROOT)/tmp-$(1)/. $(STAGING_DIR_ROOT)/,root-copy)
rm -rf $(STAGING_DIR_ROOT)/tmp-$(1)
touch $$@