projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
when I will understand the buildsystem?
[openwrt.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
81ecc43
..
0fa90fb
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-120,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
@@
-180,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.017767 seconds
and
4
git commands to generate.