projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18199aa
)
Dont create TARGET_DIR if it exists
author
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Thu, 16 Aug 2007 11:18:29 +0000
(11:18 -0000)
committer
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Thu, 16 Aug 2007 11:18:29 +0000
(11:18 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 9a22adf9809148df2000646cc682888624c01246..e94f978d84057abff7638a65297237c0ce208b99 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-246,7
+246,7
@@
endif
@mkdir -p $(STAGING_DIR)/usr/include
$(PROJECT_BUILD_DIR)/.root:
- mkdir $(TARGET_DIR)
+ mkdir
-p
$(TARGET_DIR)
if ! [ -d "$(TARGET_DIR)/bin" ] ; then \
if [ -d "$(TARGET_SKELETON)" ] ; then \
cp -fa $(TARGET_SKELETON)/* $(TARGET_DIR)/; \