From e1502ebc0c92763896c53d405ee9c7c7a1a33e24 Mon Sep 17 00:00:00 2001 From: "Arnout Vandecappelle (Essensium/Mind)" Date: Tue, 3 Jul 2012 00:07:32 +0200 Subject: all packages: rename XXXTARGETS to xxx-package 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) Signed-off-by: Thomas Petazzoni --- package/unionfs/unionfs.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/unionfs') diff --git a/package/unionfs/unionfs.mk b/package/unionfs/unionfs.mk index ce6d582f5..3b3382437 100644 --- a/package/unionfs/unionfs.mk +++ b/package/unionfs/unionfs.mk @@ -17,4 +17,4 @@ define UNIONFS_INSTALL_TARGET_CMDS $(MAKE) -C $(@D) PREFIX=/usr DESTDIR=$(TARGET_DIR) install endef -$(eval $(call GENTARGETS)) +$(eval $(generic-package)) -- cgit v1.2.3