projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix pcmcia modules load order (closes: #1355)
[openwrt.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
a3d5720
..
35fc2c8
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-82,10
+82,10
@@
tmpinfo-clean: FORCE
@-rm -rf tmp/.pkginfo tmp/.targetinfo
tmp/.config.in: tmp/.pkginfo
@-rm -rf tmp/.pkginfo tmp/.targetinfo
tmp/.config.in: tmp/.pkginfo
- @./scripts/
gen_package_config.pl
< $< > $@ || rm -f $@
+ @./scripts/
metadata.pl package_config
< $< > $@ || rm -f $@
tmp/.config-target.in: tmp/.targetinfo
tmp/.config-target.in: tmp/.targetinfo
- @./scripts/
gen_target_config.pl
< $< > $@ || rm -f $@
+ @./scripts/
metadata.pl target_config
< $< > $@ || rm -f $@
.config: ./scripts/config/conf tmp/.config.in tmp/.config-target.in
@[ -f .config ] || $(NO_TRACE_MAKE) menuconfig
.config: ./scripts/config/conf tmp/.config.in tmp/.config-target.in
@[ -f .config ] || $(NO_TRACE_MAKE) menuconfig
@@
-187,9
+187,6
@@
doc:
docclean:
$(MAKE) -C docs/ clean
docclean:
$(MAKE) -C docs/ clean
-symlinks:
- scripts/feeds.sh $(CONFIG_SOURCE_FEEDS)
-
.SILENT: clean dirclean distclean config-clean download world
FORCE: ;
.PHONY: FORCE help
.SILENT: clean dirclean distclean config-clean download world
FORCE: ;
.PHONY: FORCE help
This page took
0.028494 seconds
and
4
git commands to generate.