mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
some minor fixes, cleanups, package build abstraction
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9051 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -97,8 +97,15 @@ endif
|
||||
$(call shexport,Package/$(1)/description)
|
||||
$(call shexport,Package/$(1)/config)
|
||||
|
||||
$(Dumpinfo)
|
||||
$(BuildIPKG)
|
||||
$(if $(DUMP), \
|
||||
$(Dumpinfo), \
|
||||
$(foreach target, \
|
||||
$(if $(Package/$(1)/targets),$(Package/$(1)/targets), \
|
||||
$(if $(PKG_TARGETS),$(PKG_TARGETS), ipkg ) \
|
||||
), $(BuildTarget/$(target)) \
|
||||
) \
|
||||
)
|
||||
$(if $(DUMP),,$(call Build/DefaultTargets,$(1)))
|
||||
endef
|
||||
|
||||
# prevent libtool from setting rpath when linking
|
||||
|
||||
Reference in New Issue
Block a user