projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added -mips2 for optimization, request by nico
[openwrt.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
008117d
..
b240492
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-107,7
+107,7
@@
$(STAGING_DIR):
$(TARGET_DIR):
@mkdir -p $(TARGET_DIR)
cp -a target/default/target_skeleton/* $(TARGET_DIR)/
$(TARGET_DIR):
@mkdir -p $(TARGET_DIR)
cp -a target/default/target_skeleton/* $(TARGET_DIR)/
- mkdir $(TARGET_DIR)/{proc,dev,jffs,tmp,usr/sbin}
+ 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
chmod 1777 $(TARGET_DIR)/tmp
-find $(TARGET_DIR) -type d -name CVS -exec rm -rf {} \; > /dev/null 2>&1
@@
-119,7
+119,7
@@
source: $(TARGETS_SOURCE)
#
#############################################################
clean:
#
#############################################################
clean:
- rm -rf $(BUILD_DIR)
+ rm -rf $(BUILD_DIR)
$(IMAGE).*
-rm -f openwrt-*
@$(MAKE) -C $(CONFIG) clean
-rm -f openwrt-*
@$(MAKE) -C $(CONFIG) clean
This page took
0.020251 seconds
and
4
git commands to generate.