projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[xburst] qi_lb60: Fix keyboard gpio pins
[openwrt.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
7e43b44
..
31042b2
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-20,10
+20,12
@@
ifneq ($(OPENWRT_BUILD),1)
# but we can't include that file in this context
empty:=
space:= $(empty) $(empty)
# but we can't include that file in this context
empty:=
space:= $(empty) $(empty)
- _SINGLE=
MAKEFLAGS=$(space)
+ _SINGLE=
export MAKEFLAGS=$(space);
override OPENWRT_BUILD=1
export OPENWRT_BUILD
override OPENWRT_BUILD=1
export OPENWRT_BUILD
+ GREP_OPTIONS=
+ export GREP_OPTIONS
include $(TOPDIR)/include/debug.mk
include $(TOPDIR)/include/depends.mk
include $(TOPDIR)/include/toplevel.mk
include $(TOPDIR)/include/debug.mk
include $(TOPDIR)/include/depends.mk
include $(TOPDIR)/include/toplevel.mk
@@
-48,18
+50,20
@@
$(BUILD_DIR)/.prepared: Makefile
@mkdir -p $$(dirname $@)
@touch $@
@mkdir -p $$(dirname $@)
@touch $@
+prepare: $(target/stamp-compile)
+
clean: FORCE
clean: FORCE
- rm -rf $(BUILD_DIR) $(BIN_DIR)
- $(SUBMAKE) target/linux/clean
+ $(_SINGLE)$(SUBMAKE) target/linux/clean
+ rm -rf $(BUILD_DIR) $(BIN_DIR) $(BUILD_LOG_DIR)
dirclean: clean
dirclean: clean
- rm -rf $(STAGING_DIR) $(STAGING_DIR_HOST) $(STAGING_DIR_TOOLCHAIN) $(TOOLCHAIN_DIR) $(BUILD_DIR_HOST)
+ rm -rf $(STAGING_DIR) $(STAGING_DIR_HOST) $(STAGING_DIR_TOOLCHAIN) $(TOOLCHAIN_DIR) $(BUILD_DIR_HOST)
$(BUILD_DIR_TOOLCHAIN)
rm -rf $(TMP_DIR)
tmp/.prereq_packages: .config
unset ERROR; \
for package in $(sort $(prereq-y) $(prereq-m)); do \
rm -rf $(TMP_DIR)
tmp/.prereq_packages: .config
unset ERROR; \
for package in $(sort $(prereq-y) $(prereq-m)); do \
- $(NO_TRACE_MAKE) -s -r -C package/$$package prereq || ERROR=1; \
+ $(
_SINGLE)$(
NO_TRACE_MAKE) -s -r -C package/$$package prereq || ERROR=1; \
done; \
if [ -n "$$ERROR" ]; then \
echo "Package prerequisite check failed."; \
done; \
if [ -n "$$ERROR" ]; then \
echo "Package prerequisite check failed."; \
@@
-72,7
+76,7
@@
prereq: $(target/stamp-prereq) tmp/.prereq_packages
prepare: .config $(tools/stamp-install) $(toolchain/stamp-install)
world: prepare $(target/stamp-compile) $(package/stamp-cleanup) $(package/stamp-compile) $(package/stamp-install) $(package/stamp-rootfs-prepare) $(target/stamp-install) FORCE
prepare: .config $(tools/stamp-install) $(toolchain/stamp-install)
world: prepare $(target/stamp-compile) $(package/stamp-cleanup) $(package/stamp-compile) $(package/stamp-install) $(package/stamp-rootfs-prepare) $(target/stamp-install) FORCE
- $(
SUBMAKE)
package/index
+ $(
_SINGLE)$(SUBMAKE) -r
package/index
# update all feeds, re-create index files, install symlinks
package/symlinks:
# update all feeds, re-create index files, install symlinks
package/symlinks:
This page took
0.02463 seconds
and
4
git commands to generate.