Skip to content

Commit

Permalink
all packages: rename XXXTARGETS to xxx-package
Browse files Browse the repository at this point in the history
Also remove the redundant $(call ...).

This is a purely mechanical change, performed with
find package linux toolchain boot -name \*.mk | \
  xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \
               -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \
               -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/'

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
  • Loading branch information
arnout authored and tpetazzoni committed Jul 17, 2012
1 parent 46fa5cb commit e1502eb
Show file tree
Hide file tree
Showing 821 changed files with 821 additions and 821 deletions.
2 changes: 1 addition & 1 deletion boot/at91bootstrap/at91bootstrap.mk
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ define AT91BOOTSTRAP_INSTALL_IMAGES_CMDS
cp $(@D)/$(AT91BOOTSTRAP_BINARY) $(BINARIES_DIR)
endef

$(eval $(call GENTARGETS))
$(eval $(generic-package))

ifeq ($(BR2_TARGET_AT91BOOTSTRAP),y)
# we NEED a board name unless we're at make source
Expand Down
2 changes: 1 addition & 1 deletion boot/at91dataflashboot/at91dataflashboot.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ define AT91DATAFLASHBOOT_INSTALL_IMAGES_CMDS
cp $(@D)/DataflashBoot-$(AT91DATAFLASHBOOT_VERSION).bin $(BINARIES_DIR)
endef

$(eval $(call GENTARGETS))
$(eval $(generic-package))
2 changes: 1 addition & 1 deletion boot/barebox/barebox.mk
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ define BAREBOX_INSTALL_TARGET_CMDS
endef
endif

$(eval $(call GENTARGETS))
$(eval $(generic-package))

ifeq ($(BR2_TARGET_BAREBOX),y)
# we NEED a board defconfig file unless we're at make source
Expand Down
2 changes: 1 addition & 1 deletion boot/grub/grub.mk
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ define GRUB_UNINSTALL_TARGET_CMDS
rm -rf $(TARGET_DIR)/boot/grub
endef

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
2 changes: 1 addition & 1 deletion boot/lpc32xxcdl/lpc32xxcdl.mk
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ define LPC32XXCDL_INSTALL_IMAGES_CMDS
cp $(@D)/$(LPC32XXCDL_BOARD_STARTUP_DIR)/$(LPC32XXCDL_S1L)/*gnu.bin $(BINARIES_DIR)
endef

$(eval $(call GENTARGETS))
$(eval $(generic-package))
2 changes: 1 addition & 1 deletion boot/syslinux/syslinux.mk
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ define HOST_SYSLINUX_CLEAN_CMDS
$(HOST_MAKE_ENV) $(MAKE) -C $(@D) clean
endef

$(eval $(call GENTARGETS))
$(eval $(generic-package))
$(eval $(host-generic-package))
2 changes: 1 addition & 1 deletion boot/uboot/uboot.mk
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ UBOOT_POST_BUILD_HOOKS += UBOOT_BUILD_OMAP_IFT
UBOOT_POST_INSTALL_IMAGES_HOOKS += UBOOT_INSTALL_OMAP_IFT_IMAGE
endif

$(eval $(call GENTARGETS))
$(eval $(generic-package))

ifeq ($(BR2_TARGET_UBOOT),y)
# we NEED a board name unless we're at make source
Expand Down
2 changes: 1 addition & 1 deletion boot/xloader/xloader.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ define XLOADER_INSTALL_IMAGES_CMDS
$(INSTALL) -D -m 0755 $(@D)/MLO $(BINARIES_DIR)/
endef

$(eval $(call GENTARGETS))
$(eval $(generic-package))

#############################################################
#
Expand Down
2 changes: 1 addition & 1 deletion linux/linux.mk
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ endef

include linux/linux-ext-*.mk

$(eval $(call GENTARGETS))
$(eval $(generic-package))

ifeq ($(BR2_LINUX_KERNEL),y)
linux-menuconfig linux-xconfig linux-gconfig linux-nconfig linux26-menuconfig linux26-xconfig linux26-gconfig linux26-nconfig: dirs linux-configure
Expand Down
2 changes: 1 addition & 1 deletion package/acl/acl.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ ACL_INSTALL_TARGET_OPT = \
exec_prefix=$(TARGET_DIR)/usr \
install install-lib

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
2 changes: 1 addition & 1 deletion package/acpid/acpid.mk
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ define ACPID_CLEAN_CMDS
-$(MAKE) -C $(@D) clean
endef

$(eval $(call GENTARGETS))
$(eval $(generic-package))
2 changes: 1 addition & 1 deletion package/alsa-lib/alsa-lib.mk
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ define ALSA_LIB_UNINSTALL_STAGING_CMDS
-rm -rf $(STAGING_DIR)/usr/share/alsa
endef

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
2 changes: 1 addition & 1 deletion package/alsamixergui/alsamixergui.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ ALSAMIXERGUI_CONF_ENV = ac_cv_lib_fltk_numericsort=yes \

ALSAMIXERGUI_DEPENDENCIES = fltk alsa-lib

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))

2 changes: 1 addition & 1 deletion package/apr-util/apr-util.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ APR_UTIL_DEPENDENCIES = apr sqlite neon zlib
APR_UTIL_CONF_OPT = \
--with-apr=$(BUILD_DIR)/apr-$(APR_VERSION) \

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
2 changes: 1 addition & 1 deletion package/apr/apr.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ APR_CONF_ENV = \
ac_cv_sizeof_struct_iovec=8 \
apr_cv_mutex_recursive=yes

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
2 changes: 1 addition & 1 deletion package/argp-standalone/argp-standalone.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ define ARGP_STANDALONE_INSTALL_TARGET_CMDS
$(INSTALL) -D $(@D)/argp.h $(TARGET_DIR)/usr/include/argp.h
endef

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
2 changes: 1 addition & 1 deletion package/argus/argus.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ endef

ARGUS_POST_PATCH_HOOKS += ARGUS_DEBIAN_PATCH_APPLY

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
2 changes: 1 addition & 1 deletion package/at/at.mk
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ define AT_UNINSTALL_TARGET_CMDS
at.1 atq.1 atrm.1 batch.1 at_allow.5 at_deny.5 atd.8 atrun.8)
endef

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
2 changes: 1 addition & 1 deletion package/atk/atk.mk
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ ATK_DEPENDENCIES = libglib2 host-pkg-config
HOST_ATK_CONF_OPT = \
--disable-glibtest

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
$(eval $(host-autotools-package))
2 changes: 1 addition & 1 deletion package/attr/attr.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ ATTR_INSTALL_TARGET_OPT = \
exec_prefix=$(TARGET_DIR)/usr \
install install-lib

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
2 changes: 1 addition & 1 deletion package/audiofile/audiofile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ endef

AUDIOFILE_POST_PATCH_HOOKS += AUDIOFILE_DISABLE_EXAMPLES

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
2 changes: 1 addition & 1 deletion package/autoconf/autoconf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ HOST_AUTOCONF_CONF_ENV = ac_cv_path_M4=$(HOST_DIR)/usr/bin/m4 \

HOST_AUTOCONF_DEPENDENCIES = host-m4 host-libtool

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
$(eval $(host-autotools-package))

# variables used by other packages
Expand Down
2 changes: 1 addition & 1 deletion package/automake/automake.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endef
HOST_AUTOMAKE_POST_INSTALL_HOOKS += GTK_DOC_M4_INSTALL
HOST_AUTOMAKE_POST_INSTALL_HOOKS += HOST_AUTOMAKE_MAKE_ACLOCAL

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
$(eval $(host-autotools-package))

# variables used by other packages
Expand Down
2 changes: 1 addition & 1 deletion package/avahi/avahi.mk
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,4 @@ ifeq ($(BR2_PACKAGE_AVAHI_DAEMON),y)
AVAHI_POST_INSTALL_TARGET_HOOKS += AVAHI_INSTALL_DAEMON_INITSCRIPT
endif

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
2 changes: 1 addition & 1 deletion package/axel/axel.mk
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ define AXEL_CLEAN_CMDS
-$(MAKE) -C $(@D) clean
endef

$(eval $(call GENTARGETS))
$(eval $(generic-package))
2 changes: 1 addition & 1 deletion package/bash/bash.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ define BASH_UNINSTALL_TARGET_CMDS
fi
endef

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
2 changes: 1 addition & 1 deletion package/beecrypt/beecrypt.mk
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ endef
BEECRYPT_POST_CONFIGURE_HOOKS += BEECRYPT_LINK_WITH_CC
endif

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
2 changes: 1 addition & 1 deletion package/berkeleydb/berkeleydb.mk
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ BERKELEYDB_POST_INSTALL_TARGET_HOOKS += BERKELEYDB_REMOVE_DOCS

endif

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
2 changes: 1 addition & 1 deletion package/bind/bind.mk
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ define BIND_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/etc/init.d/S81named
endef

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
2 changes: 1 addition & 1 deletion package/binutils/binutils.mk
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ define BINUTILS_INSTALL_TARGET_CMDS
endef
endif

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
$(eval $(host-autotools-package))
2 changes: 1 addition & 1 deletion package/bison/bison.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ endef

BISON_POST_CONFIGURE_HOOKS += BISON_DISABLE_EXAMPLES

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
$(eval $(host-autotools-package))
2 changes: 1 addition & 1 deletion package/blackbox/blackbox.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ ifneq ($(BR2_ENABLE_LOCALE),y)
BLACKBOX_DEPENDENCIES += libiconv
endif

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
2 changes: 1 addition & 1 deletion package/bluez_utils/bluez_utils.mk
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ BLUEZ_UTILS_CONF_OPT += \
--disable-usb
endif

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
2 changes: 1 addition & 1 deletion package/bmon/bmon.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ define BMON_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/bin/bmon
endef

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
2 changes: 1 addition & 1 deletion package/boa/boa.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ define BOA_UNINSTALL_TARGET_CMDS
$(TARGET_DIR)/etc/mime.types $(TARGET_DIR)/etc/boa
endef

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
2 changes: 1 addition & 1 deletion package/bonnie/bonnie.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ define BONNIE_UNINSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/sbin/bonnie++ $(TARGET_DIR)/usr/sbin/zcav
endef

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
2 changes: 1 addition & 1 deletion package/boost/boost.mk
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ define BOOST_INSTALL_STAGING_CMDS
--layout=system install)
endef

$(eval $(call GENTARGETS))
$(eval $(generic-package))
2 changes: 1 addition & 1 deletion package/bootutils/bootutils.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ BOOTUTILS_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge

BOOTUTILS_CONF_OPT = --prefix=/ --exec-prefix=/

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
2 changes: 1 addition & 1 deletion package/bridge-utils/bridge-utils.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ define BRIDGE_UTILS_UNINSTALL_TARGET_CMDS
include/libbridge.h share/man/man8/brctl.8 sbin/brctl)
endef

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
2 changes: 1 addition & 1 deletion package/bsdiff/bsdiff.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ define BSDIFF_CLEAN_CMDS
rm -f $(@D)/bsdiff $(@D)/bspatch
endef

$(eval $(call GENTARGETS))
$(eval $(generic-package))
2 changes: 1 addition & 1 deletion package/busybox/busybox.mk
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ define BUSYBOX_CLEAN_CMDS
$(BUSYBOX_MAKE_ENV) $(MAKE) $(BUSYBOX_MAKE_OPTS) -C $(@D) clean
endef

$(eval $(call GENTARGETS))
$(eval $(generic-package))

busybox-menuconfig busybox-xconfig busybox-gconfig: busybox-patch
$(BUSYBOX_MAKE_ENV) $(MAKE) $(BUSYBOX_MAKE_OPTS) -C $(BUSYBOX_DIR) \
Expand Down
2 changes: 1 addition & 1 deletion package/bwm-ng/bwm-ng.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ BWM_NG_CONF_OPT += --with-ncurses
BWM_NG_DEPENDENCIES += ncurses
endif

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
2 changes: 1 addition & 1 deletion package/bzip2/bzip2.mk
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@ define HOST_BZIP2_INSTALL_CMDS
$(MAKE) PREFIX=$(HOST_DIR)/usr -C $(@D) install
endef
$(eval $(call GENTARGETS))
$(eval $(generic-package))
$(eval $(host-generic-package))
2 changes: 1 addition & 1 deletion package/cairo/cairo.mk
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ else
CAIRO_CONF_OPT += --disable-svg
endif

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
2 changes: 1 addition & 1 deletion package/can-utils/can-utils.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ CAN_UTILS_VERSION = 50775159276d896d8b3102b6dbc658a91a2a1d53
CAN_UTILS_SITE = git://gitorious.org/linux-can/can-utils.git
CAN_UTILS_AUTORECONF = YES

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
2 changes: 1 addition & 1 deletion package/ccache/ccache.mk
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ endef
HOST_CCACHE_POST_CONFIGURE_HOOKS += \
HOST_CCACHE_PATCH_CONFIGURATION

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
$(eval $(host-autotools-package))

ifeq ($(BR2_CCACHE),y)
Expand Down
2 changes: 1 addition & 1 deletion package/cdrkit/cdrkit.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ CDRKIT_CONF_OPT += -DCMAKE_EXE_LINKER_FLAGS="$(TARGET_LDFLAGS)"
HOST_CDRKIT_CONF_OPT += -DCMAKE_C_FLAGS="-I$(HOST_DIR)/usr/include"
HOST_CDRKIT_CONF_OPT += -DCMAKE_EXE_LINKER_FLAGS="$(HOST_LDFLAGS)"

$(eval $(call CMAKETARGETS))
$(eval $(cmake-package))
$(eval $(host-cmake-package))
2 changes: 1 addition & 1 deletion package/cgilua/cgilua.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ define CGILUA_UNINSTALL_TARGET_CMDS
rm -f "$(TARGET_DIR)/usr/share/lua/cgilua.lua"
endef

$(eval $(call GENTARGETS))
$(eval $(generic-package))
2 changes: 1 addition & 1 deletion package/cifs-utils/cifs-utils.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ endef

CIFS_UTILS_POST_PATCH_HOOKS += CIFS_UTILS_NO_WERROR

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
2 changes: 1 addition & 1 deletion package/cjson/cjson.mk
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ define CJSON_CLEAN_CMDS
cd $(@D)/cJSON && rm -f libcJSON.so
endef

$(eval $(call GENTARGETS))
$(eval $(generic-package))
2 changes: 1 addition & 1 deletion package/cloop/cloop.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ define HOST_CLOOP_INSTALL_CMDS
$(INSTALL) -m 755 $(@D)/extract_compressed_fs $(HOST_DIR)/usr/bin
endef

$(eval $(call GENTARGETS))
$(eval $(generic-package))
$(eval $(host-generic-package))
2 changes: 1 addition & 1 deletion package/cmake/cmake.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ define HOST_CMAKE_INSTALL_CMDS
$(HOST_MAKE_ENV) $(MAKE) -C $(@D) install
endef

$(eval $(call GENTARGETS))
$(eval $(generic-package))
$(eval $(host-generic-package))
2 changes: 1 addition & 1 deletion package/collectd/collectd.mk
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ define COLLECTD_INSTALL_TARGET_CMDS
rm -f $(TARGET_DIR)/usr/share/collectd/postgresql_default.conf
endef

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
2 changes: 1 addition & 1 deletion package/connman/connman.mk
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ endef
CONNMAN_POST_INSTALL_TARGET_HOOKS += CONNMAN_INSTALL_CM
endif

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
2 changes: 1 addition & 1 deletion package/conntrack-tools/conntrack-tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ CONNTRACK_TOOLS_SITE = http://www.netfilter.org/projects/conntrack-tools/files
CONNTRACK_TOOLS_DEPENDENCIES = host-pkg-config \
libnetfilter_conntrack libnetfilter_cttimeout

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
2 changes: 1 addition & 1 deletion package/copas/copas.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ define COPAS_UNINSTALL_TARGET_CMDS
rm -f "$(TARGET_DIR)/usr/share/lua/copas.lua"
endef

$(eval $(call GENTARGETS))
$(eval $(generic-package))
2 changes: 1 addition & 1 deletion package/coreutils/coreutils.mk
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ COREUTILS_POST_INSTALL_TARGET_HOOKS += COREUTILS_POST_INSTALL
# If both coreutils and busybox are selected, the corresponding applets
# may need to be reinstated by the clean targets.

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
2 changes: 1 addition & 1 deletion package/coxpcall/coxpcall.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ define COXPCALL_UNINSTALL_TARGET_CMDS
rm -f "$(TARGET_DIR)/usr/share/lua/coxpcall.lua"
endef

$(eval $(call GENTARGETS))
$(eval $(generic-package))
2 changes: 1 addition & 1 deletion package/cramfs/cramfs.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ define HOST_CRAMFS_INSTALL_CMDS
install -D -m 755 $(@D)/cramfsck $(HOST_DIR)/usr/bin/cramfsck
endef

$(eval $(call GENTARGETS))
$(eval $(generic-package))
$(eval $(host-generic-package))
2 changes: 1 addition & 1 deletion package/ctorrent/ctorrent.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ else
CTORRENT_CONF_OPT+=--with-ssl=no
endif

$(eval $(call AUTOTARGETS))
$(eval $(autotools-package))
Loading

0 comments on commit e1502eb

Please sign in to comment.