projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
sync with buildroot2 from uclibc, separate ptches in subdir
[openwrt.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
dc52dfd
..
b240492
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-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 -p $(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)
@@
-118,6
+120,7
@@
source: $(TARGETS_SOURCE)
#############################################################
clean:
rm -rf $(BUILD_DIR) $(IMAGE).*
#############################################################
clean:
rm -rf $(BUILD_DIR) $(IMAGE).*
+ -rm -f openwrt-*
@$(MAKE) -C $(CONFIG) clean
distclean: clean
@$(MAKE) -C $(CONFIG) clean
distclean: clean
@@
-178,7
+181,7
@@
defconfig: $(CONFIG)/conf
# Cleanup and misc junk
#
#############################################################
# Cleanup and misc junk
#
#############################################################
-clean:
+clean:
@$(MAKE) -C $(CONFIG) clean
distclean: clean
@$(MAKE) -C $(CONFIG) clean
distclean: clean
This page took
0.0186 seconds
and
4
git commands to generate.