projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
accidently commit and bad typo
[openwrt.git]
/
openwrt
/
Makefile
diff --git
a/openwrt/Makefile
b/openwrt/Makefile
index
5434b0e
..
81ecc43
100644
(file)
--- a/
openwrt/Makefile
+++ b/
openwrt/Makefile
@@
-48,7
+48,7
@@
ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y)
# along with the packages to build for the target.
#
##############################################################
# along with the packages to build for the target.
#
##############################################################
-TARGETS:=
linux-headers host-sed
uclibc-configured binutils gcc uclibc-target-utils
+TARGETS:=
host-sed linux-headers
uclibc-configured binutils gcc uclibc-target-utils
include toolchain/Makefile.in
include toolchain/*/Makefile.in
include package/Makefile.in
include toolchain/Makefile.in
include toolchain/*/Makefile.in
include package/Makefile.in
@@
-105,8
+105,10
@@
$(STAGING_DIR):
@ln -sf ../lib $(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/lib
$(TARGET_DIR):
@ln -sf ../lib $(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/lib
$(TARGET_DIR):
- zcat target/default/skel.tar.gz | tar -C $(BUILD_DIR) -xf -
+ @mkdir -p $(TARGET_DIR)
cp -a target/default/target_skeleton/* $(TARGET_DIR)/
cp -a target/default/target_skeleton/* $(TARGET_DIR)/
+ mkdir $(TARGET_DIR)/{proc,dev,jffs,tmp,usr/sbin}
+ chmod 1777 $(TARGET_DIR)/tmp
-find $(TARGET_DIR) -type d -name CVS -exec rm -rf {} \; > /dev/null 2>&1
source: $(TARGETS_SOURCE)
-find $(TARGET_DIR) -type d -name CVS -exec rm -rf {} \; > /dev/null 2>&1
source: $(TARGETS_SOURCE)
This page took
0.026661 seconds
and
4
git commands to generate.