projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix a typo
[openwrt.git]
/
package
/
Makefile
diff --git
a/package/Makefile
b/package/Makefile
index
d6af3f2
..
501b158
100644
(file)
--- a/
package/Makefile
+++ b/
package/Makefile
@@
-24,13
+24,13
@@
$(STAMP_DIR) $(TARGET_DIR):
ifeq ($(QUIET),1)
%-compile %-install: FORCE
ifeq ($(QUIET),1)
%-compile %-install: FORCE
- $(MAKE) -C $* $(patsubst $*-%,%,$@) || { $(call MESSAGE, "*** $* $(patsubst $*-%,%,$@) failed"); false; }
+ $(MAKE) -
j1 -
C $* $(patsubst $*-%,%,$@) || { $(call MESSAGE, "*** $* $(patsubst $*-%,%,$@) failed"); false; }
%-prepare %-prereq %-download %-clean: FORCE
else
%-prepare %-prereq %-download %-clean %-compile %-install: FORCE
endif
%-prepare %-prereq %-download %-clean: FORCE
else
%-prepare %-prereq %-download %-clean %-compile %-install: FORCE
endif
- $(MAKE) -C $* $(patsubst $*-%,%,$@)
+ $(MAKE) -
j1 -
C $* $(patsubst $*-%,%,$@)
%-refresh %-update:
-$(MAKE) -C $* $(patsubst $*-%,%,$@)
%-refresh %-update:
-$(MAKE) -C $* $(patsubst $*-%,%,$@)
@@
-77,7
+77,7
@@
$(PACKAGE_DIR)/Packages: $(PACKAGE_DIR)/*.ipk
(cd $(PACKAGE_DIR); $(SCRIPT_DIR)/ipkg-make-index.sh . > Packages)
symlinks:
(cd $(PACKAGE_DIR); $(SCRIPT_DIR)/ipkg-make-index.sh . > Packages)
symlinks:
- ../scripts/feeds.sh $(CONFIG_SOURCE_FEEDS)
+ ../scripts/feeds.sh $(CONFIG_SOURCE_FEEDS)
$(CONFIG_SOURCE_FEEDS_REV)
ifeq ($(MAKECMDGOALS),compile)
MAKEFLAGS:=$(MAKEFLAGS) -j$(CONFIG_JLEVEL)
ifeq ($(MAKECMDGOALS),compile)
MAKEFLAGS:=$(MAKEFLAGS) -j$(CONFIG_JLEVEL)
This page took
0.030677 seconds
and
4
git commands to generate.