projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Should fix edimax generation
[openwrt.git]
/
package
/
Makefile
diff --git
a/package/Makefile
b/package/Makefile
index
799456b
..
06e9104
100644
(file)
--- a/
package/Makefile
+++ b/
package/Makefile
@@
-40,12
+40,8
@@
$(STAMP_DIR) $(TARGET_DIR):
%-clean: FORCE
$(MAKE) -C $(patsubst %-clean,%,$@) clean
%-clean: FORCE
$(MAKE) -C $(patsubst %-clean,%,$@) clean
-ifeq ($(SDK),1)
-GENDEP_OPTS := -s
-endif
-
$(TMP_DIR)/.pkgdeps: $(TMP_DIR)/.pkginfo
$(TMP_DIR)/.pkgdeps: $(TMP_DIR)/.pkginfo
- @$(TOPDIR)/scripts/metadata.pl package_mk
$(GENDEP_OPTS)
< $< > $@ || rm -f $@
+ @$(TOPDIR)/scripts/metadata.pl package_mk < $< > $@ || rm -f $@
preconfig:
clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m))
preconfig:
clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m))
This page took
0.022546 seconds
and
4
git commands to generate.