projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
4af18f4
)
Lock copying to STAGING_DIR_ROOT. This fixes build failures for parallelized build.
author
mb
<mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 29 Oct 2010 15:07:23 +0000
(15:07 +0000)
committer
mb
<mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 29 Oct 2010 15:07:23 +0000
(15:07 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23709
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/package-ipkg.mk
patch
|
blob
|
history
diff --git
a/include/package-ipkg.mk
b/include/package-ipkg.mk
index
512e401
..
8ff0d70
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 $$@
This page took
0.020398 seconds
and
4
git commands to generate.