package/: get rid of unneeded $(strip ..)

This commit is contained in:
Peter Korsgaard 2008-12-08 08:15:27 +00:00
parent 6250131be1
commit ac1d92c425
243 changed files with 363 additions and 363 deletions

View File

@ -192,7 +192,7 @@ $(BUILD_DIR)/%/.stamp_patched:
fi; \
fi; \
)
ifeq ($(strip $(BR2_UPDATE_CONFIG)),y)
ifeq ($(BR2_UPDATE_CONFIG),y)
$(Q)(for file in config.guess config.sub; do \
for i in $$(find $(@D) -name $$file); do \
cp package/gnuconfig/$$file $$i; \

View File

@ -368,16 +368,16 @@ endif
# X Windowing system
XSERVER:=
ifeq ($(strip $(BR2_PACKAGE_TINYX)),y)
ifeq ($(BR2_PACKAGE_TINYX),y)
XSERVER+=tinyx
endif
ifeq ($(strip $(BR2_PACKAGE_XORG)),y)
ifeq ($(BR2_PACKAGE_XORG),y)
XSERVER+=xorg
endif
ifeq ($(strip $(BR2_PACKAGE_XORG7)),y)
ifeq ($(BR2_PACKAGE_XORG7),y)
XSERVER+=xserver_xorg-server
endif
ifeq ($(strip $(BR2_PACKAGE_XGGI)),y)
ifeq ($(BR2_PACKAGE_XGGI),y)
XSERVER+=xggi
endif

View File

@ -43,6 +43,6 @@ acpid-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_ACPID)),y)
ifeq ($(BR2_PACKAGE_ACPID),y)
TARGETS+=acpid
endif

View File

@ -64,6 +64,6 @@ argus-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_ARGUS)),y)
ifeq ($(BR2_PACKAGE_ARGUS),y)
TARGETS+=argus
endif

View File

@ -72,6 +72,6 @@ at-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_AT)),y)
ifeq ($(BR2_PACKAGE_AT),y)
TARGETS+=at
endif

View File

@ -133,6 +133,6 @@ host-autoconf-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_AUTOCONF)),y)
ifeq ($(BR2_PACKAGE_AUTOCONF),y)
TARGETS+=autoconf
endif

View File

@ -136,6 +136,6 @@ host-automake-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_AUTOMAKE)),y)
ifeq ($(BR2_PACKAGE_AUTOMAKE),y)
TARGETS+=automake
endif

View File

@ -18,13 +18,13 @@ AVAHI_CAT:=$(ZCAT)
AVAHI_TARGETS:=
ifeq ($(strip $(BR2_PACKAGE_AVAHI_AUTOIPD)),y)
ifeq ($(BR2_PACKAGE_AVAHI_AUTOIPD),y)
AVAHI_TARGETS+=$(TARGET_DIR)/usr/sbin/avahi-autoipd
endif
AVAHI_EXTRA_DEPS:=
ifeq ($(strip $(BR2_PACKAGE_AVAHI_DAEMON)),y)
ifeq ($(BR2_PACKAGE_AVAHI_DAEMON),y)
AVAHI_TARGETS+=$(TARGET_DIR)/usr/sbin/avahi-daemon
AVAHI_DISABLE_EXPAT:=--with-xml=expat
# depend on the exact library file instead of expat so avahi isn't always
@ -35,7 +35,7 @@ AVAHI_DISABLE_EXPAT:=--disable-expat --with-xml=none
endif
ifeq ($(strip $(BR2_PACKAGE_DBUS)),y)
ifeq ($(BR2_PACKAGE_DBUS),y)
AVAHI_DISABLE_DBUS:=
AVAHI_EXTRA_DEPS+=$(STAGING_DIR)/usr/bin/dbus-daemon
else
@ -169,7 +169,7 @@ $(TARGET_DIR)/usr/sbin/avahi-daemon: $(AVAHI_DIR)/.installed
$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/lib/libavahi-*.so*
cp -af $(STAGING_DIR)/etc/avahi/avahi-daemon.conf $(TARGET_DIR)/etc/avahi/
cp -af package/avahi/S50avahi-daemon $(TARGET_DIR)/etc/init.d/
ifeq ($(strip $(BR2_PACKAGE_DBUS)),y)
ifeq ($(BR2_PACKAGE_DBUS),y)
cp -dpf $(STAGING_DIR)/usr/bin/avahi-* $(TARGET_DIR)/usr/bin
$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/bin/avahi-*
mkdir -p $(TARGET_DIR)/etc/dbus-1/system.d/
@ -199,6 +199,6 @@ avahi-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_AVAHI)),y)
ifeq ($(BR2_PACKAGE_AVAHI),y)
TARGETS+=avahi
endif

View File

@ -50,6 +50,6 @@ axel-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_AXEL)),y)
ifeq ($(BR2_PACKAGE_AXEL),y)
TARGETS+=axel
endif

View File

@ -112,6 +112,6 @@ bash-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_BASH)),y)
ifeq ($(BR2_PACKAGE_BASH),y)
TARGETS+=bash
endif

View File

@ -96,6 +96,6 @@ berkeleydb: uclibc $(TARGET_DIR)/lib/$(DB_SHARLIB)
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_BERKELEYDB)),y)
ifeq ($(BR2_PACKAGE_BERKELEYDB),y)
TARGETS+=berkeleydb
endif

View File

@ -95,7 +95,7 @@ bind-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_BIND)),y)
ifeq ($(BR2_PACKAGE_BIND),y)
TARGETS+=bind
endif

View File

@ -77,6 +77,6 @@ bison-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_BISON)),y)
ifeq ($(BR2_PACKAGE_BISON),y)
TARGETS+=bison
endif

View File

@ -81,6 +81,6 @@ boa-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_BOA)),y)
ifeq ($(BR2_PACKAGE_BOA),y)
TARGETS+=boa
endif

View File

@ -49,6 +49,6 @@ bsdiff-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_BSDIFF)),y)
ifeq ($(BR2_PACKAGE_BSDIFF),y)
TARGETS+=bsdiff
endif

View File

@ -3,7 +3,7 @@
# busybox image for initramfs
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_BUSYBOX_INITRAMFS)),y)
ifeq ($(BR2_PACKAGE_BUSYBOX_INITRAMFS),y)
BUSYBOX_INITRAMFS_DIR:=$(BUSYBOX_DIR)-initramfs
BR2_INITRAMFS_DIR:=$(PROJECT_BUILD_DIR)/initramfs
@ -13,7 +13,7 @@ $(BUSYBOX_INITRAMFS_DIR)/.unpacked: $(DL_DIR)/$(BUSYBOX_SOURCE)
rm -rf $(BUILD_DIR)/tmp $(BUSYBOX_INITRAMFS_DIR)
mkdir -p $(BUILD_DIR)/tmp
$(BUSYBOX_UNZIP) $(DL_DIR)/$(BUSYBOX_SOURCE) | tar -C $(BUILD_DIR)/tmp $(TAR_OPTIONS) -
ifeq ($(strip $(BR2_PACKAGE_BUSYBOX_SNAPSHOT)),y)
ifeq ($(BR2_PACKAGE_BUSYBOX_SNAPSHOT),y)
mv $(BUILD_DIR)/tmp/busybox $(BUSYBOX_INITRAMFS_DIR)
else
mv $(BUILD_DIR)/tmp/busybox-$(BUSYBOX_VERSION) $(BUSYBOX_INITRAMFS_DIR)
@ -144,6 +144,6 @@ endif
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_BUSYBOX_INITRAMFS)),y)
ifeq ($(BR2_PACKAGE_BUSYBOX_INITRAMFS),y)
TARGETS+=busybox-initramfs
endif

View File

@ -115,6 +115,6 @@ bzip2-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_BZIP2)),y)
ifeq ($(BR2_PACKAGE_BZIP2),y)
TARGETS+=bzip2
endif

View File

@ -151,6 +151,6 @@ coreutils-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_COREUTILS)),y)
ifeq ($(BR2_PACKAGE_COREUTILS),y)
TARGETS+=coreutils
endif

View File

@ -65,6 +65,6 @@ cups-clean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_CUPS)),y)
ifeq ($(BR2_PACKAGE_CUPS),y)
TARGETS+=cups
endif

View File

@ -89,9 +89,9 @@ curl-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_CURL)),y)
ifeq ($(BR2_PACKAGE_CURL),y)
TARGETS+=curl
endif
ifeq ($(strip $(BR2_PACKAGE_LIBCURL)),y)
ifeq ($(BR2_PACKAGE_LIBCURL),y)
TARGETS+=libcurl
endif

View File

@ -27,6 +27,6 @@ customize-clean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_CUSTOMIZE)),y)
ifeq ($(BR2_PACKAGE_CUSTOMIZE),y)
TARGETS+=customize
endif

View File

@ -89,6 +89,6 @@ cvs-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_CVS)),y)
ifeq ($(BR2_PACKAGE_CVS),y)
TARGETS+=cvs
endif

View File

@ -68,6 +68,6 @@ dash-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_DASH)),y)
ifeq ($(BR2_PACKAGE_DASH),y)
TARGETS+=dash
endif

View File

@ -75,6 +75,6 @@ sqlite-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_SQLITE)),y)
ifeq ($(BR2_PACKAGE_SQLITE),y)
TARGETS+=sqlite
endif

View File

@ -74,6 +74,6 @@ dbus-glib-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_DBUS_GLIB)),y)
ifeq ($(BR2_PACKAGE_DBUS_GLIB),y)
TARGETS+=dbus-glib
endif

View File

@ -11,7 +11,7 @@ DBUS_CAT:=$(ZCAT)
DBUS_BINARY:=bus/dbus-daemon
DBUS_TARGET_BINARY:=usr/bin/dbus-daemon
ifeq ($(strip $(BR2_DBUS_EXPAT)),y)
ifeq ($(BR2_DBUS_EXPAT),y)
DBUS_XML:=expat
# depend on the exact library file instead of expat so dbus isn't always
# considered out-of-date
@ -111,6 +111,6 @@ dbus-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_DBUS)),y)
ifeq ($(BR2_PACKAGE_DBUS),y)
TARGETS+=dbus
endif

View File

@ -37,6 +37,6 @@ devmem2-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_DEVMEM2)),y)
ifeq ($(BR2_PACKAGE_DEVMEM2),y)
TARGETS+=devmem2
endif

View File

@ -121,15 +121,15 @@ dhcp-dirclean:
# Toplevel Makefile options
#
#############################################################
#ifeq ($(strip $(BR2_PACKAGE_ISC_DHCP)),y)
#ifeq ($(BR2_PACKAGE_ISC_DHCP),y)
#TARGETS+=dhcp
#endif
ifeq ($(strip $(BR2_PACKAGE_DHCP_SERVER)),y)
ifeq ($(BR2_PACKAGE_DHCP_SERVER),y)
TARGETS+=dhcp_server
endif
ifeq ($(strip $(BR2_PACKAGE_DHCP_RELAY)),y)
ifeq ($(BR2_PACKAGE_DHCP_RELAY),y)
TARGETS+=dhcp_relay
endif
ifeq ($(strip $(BR2_PACKAGE_DHCP_CLIENT)),y)
ifeq ($(BR2_PACKAGE_DHCP_CLIENT),y)
TARGETS+=dhcp_client
endif

View File

@ -59,6 +59,6 @@ dialog-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_DIALOG)),y)
ifeq ($(BR2_PACKAGE_DIALOG),y)
TARGETS+=dialog
endif

View File

@ -121,6 +121,6 @@ diffutils-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_DIFFUTILS)),y)
ifeq ($(BR2_PACKAGE_DIFFUTILS),y)
TARGETS+=diffutils
endif

View File

@ -53,6 +53,6 @@ dillo-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_DILLO)),y)
ifeq ($(BR2_PACKAGE_DILLO),y)
TARGETS+=dillo
endif

View File

@ -191,6 +191,6 @@ directfb-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_DIRECTFB)),y)
ifeq ($(BR2_PACKAGE_DIRECTFB),y)
TARGETS+=directfb
endif

View File

@ -66,6 +66,6 @@ distcc-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_DISTCC)),y)
ifeq ($(BR2_PACKAGE_DISTCC),y)
TARGETS+=distcc
endif

View File

@ -126,6 +126,6 @@ dm-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_DM)),y)
ifeq ($(BR2_PACKAGE_DM),y)
TARGETS+=dm
endif

View File

@ -100,6 +100,6 @@ dmalloc-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_DMALLOC)),y)
ifeq ($(BR2_PACKAGE_DMALLOC),y)
TARGETS+=dmalloc
endif

View File

@ -62,6 +62,6 @@ dmraid-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_DMRAID)),y)
ifeq ($(BR2_PACKAGE_DMRAID),y)
TARGETS+=dmraid
endif

View File

@ -25,7 +25,7 @@ ifneq ($(BR2_LARGEFILE),y)
DNSMASQ_COPTS+=-DNO_LARGEFILE
endif
ifeq ($(strip $(BR2_PACKAGE_DBUS)),y)
ifeq ($(BR2_PACKAGE_DBUS),y)
DNSMASQ_DBUS:=$(TARGET_DIR)/usr/bin/dbus-daemon
else
DNSMASQ_DBUS:=
@ -40,7 +40,7 @@ $(DNSMASQ_DIR)/.source: $(DL_DIR)/$(DNSMASQ_SOURCE)
touch $@
$(DNSMASQ_DIR)/src/$(DNSMASQ_BINARY): $(DNSMASQ_DIR)/.source $(DNSMASQ_DBUS)
ifeq ($(strip $(BR2_PACKAGE_DBUS)),y)
ifeq ($(BR2_PACKAGE_DBUS),y)
$(SED) 's^.*#define HAVE_DBUS.*^#define HAVE_DBUS^' \
$(DNSMASQ_DIR)/src/config.h
else
@ -79,6 +79,6 @@ dnsmasq-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_DNSMASQ)),y)
ifeq ($(BR2_PACKAGE_DNSMASQ),y)
TARGETS+=dnsmasq
endif

View File

@ -76,6 +76,6 @@ dropbear-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_DROPBEAR)),y)
ifeq ($(BR2_PACKAGE_DROPBEAR),y)
TARGETS+=dropbear
endif

View File

@ -88,6 +88,6 @@ dummy-dirclean:
#
#############################################################
# This is how the dummy package is added to the list of rules to build.
ifeq ($(strip $(BR2_PACKAGE_DUMMY)),y)
ifeq ($(BR2_PACKAGE_DUMMY),y)
TARGETS+=dummy
endif

View File

@ -68,19 +68,19 @@ $(E2FSPROGS_DIR)/$(E2FSPROGS_BINARY): $(E2FSPROGS_DIR)/.configured
#$(STRIPCMD) $(E2FSPROGS_DIR)/lib/lib*.so.*.*
touch -c $@
E2FSPROGS_RM$(strip $(BR2_PACKAGE_E2FSPROGS_BADBLOCKS)) += ${TARGET_DIR}/sbin/badblocks
E2FSPROGS_RM$(strip $(BR2_PACKAGE_E2FSPROGS_BLKID)) += ${TARGET_DIR}/sbin/blkid
E2FSPROGS_RM$(strip $(BR2_PACKAGE_E2FSPROGS_CHATTR)) += ${TARGET_DIR}/bin/chattr
E2FSPROGS_RM$(strip $(BR2_PACKAGE_E2FSPROGS_DUMPE2FS)) += ${TARGET_DIR}/sbin/dumpe2fs
E2FSPROGS_RM$(strip $(BR2_PACKAGE_E2FSPROGS_E2LABEL)) += ${TARGET_DIR}/sbin/e2label
E2FSPROGS_RM$(strip $(BR2_PACKAGE_E2FSPROGS_E2FSCK)) += ${TARGET_DIR}/sbin/e2fsck
E2FSPROGS_RM$(strip $(BR2_PACKAGE_E2FSPROGS_FILEFRAG)) += ${TARGET_DIR}/sbin/filefrag
E2FSPROGS_RM$(strip $(BR2_PACKAGE_E2FSPROGS_FSCK)) += ${TARGET_DIR}/sbin/fsck
E2FSPROGS_RM$(strip $(BR2_PACKAGE_E2FSPROGS_LOGSAVE)) += ${TARGET_DIR}/sbin/logsave
E2FSPROGS_RM$(strip $(BR2_PACKAGE_E2FSPROGS_LSATTR)) += ${TARGET_DIR}/bin/lsattr
E2FSPROGS_RM$(strip $(BR2_PACKAGE_E2FSPROGS_MKE2FS)) += ${TARGET_DIR}/sbin/mke2fs
E2FSPROGS_RM$(strip $(BR2_PACKAGE_E2FSPROGS_MKLOSTFOUND)) += ${TARGET_DIR}/sbin/mklost+found
E2FSPROGS_RM$(strip $(BR2_PACKAGE_E2FSPROGS_UUIDGEN)) += ${TARGET_DIR}/bin/uuidgen
E2FSPROGS_RM$(BR2_PACKAGE_E2FSPROGS_BADBLOCKS) += ${TARGET_DIR}/sbin/badblocks
E2FSPROGS_RM$(BR2_PACKAGE_E2FSPROGS_BLKID) += ${TARGET_DIR}/sbin/blkid
E2FSPROGS_RM$(BR2_PACKAGE_E2FSPROGS_CHATTR) += ${TARGET_DIR}/bin/chattr
E2FSPROGS_RM$(BR2_PACKAGE_E2FSPROGS_DUMPE2FS) += ${TARGET_DIR}/sbin/dumpe2fs
E2FSPROGS_RM$(BR2_PACKAGE_E2FSPROGS_E2LABEL) += ${TARGET_DIR}/sbin/e2label
E2FSPROGS_RM$(BR2_PACKAGE_E2FSPROGS_E2FSCK) += ${TARGET_DIR}/sbin/e2fsck
E2FSPROGS_RM$(BR2_PACKAGE_E2FSPROGS_FILEFRAG) += ${TARGET_DIR}/sbin/filefrag
E2FSPROGS_RM$(BR2_PACKAGE_E2FSPROGS_FSCK) += ${TARGET_DIR}/sbin/fsck
E2FSPROGS_RM$(BR2_PACKAGE_E2FSPROGS_LOGSAVE) += ${TARGET_DIR}/sbin/logsave
E2FSPROGS_RM$(BR2_PACKAGE_E2FSPROGS_LSATTR) += ${TARGET_DIR}/bin/lsattr
E2FSPROGS_RM$(BR2_PACKAGE_E2FSPROGS_MKE2FS) += ${TARGET_DIR}/sbin/mke2fs
E2FSPROGS_RM$(BR2_PACKAGE_E2FSPROGS_MKLOSTFOUND) += ${TARGET_DIR}/sbin/mklost+found
E2FSPROGS_RM$(BR2_PACKAGE_E2FSPROGS_UUIDGEN) += ${TARGET_DIR}/bin/uuidgen
$(TARGET_DIR)/$(E2FSPROGS_TARGET_BINARY): $(E2FSPROGS_DIR)/$(E2FSPROGS_BINARY)
$(MAKE1) PATH=$(TARGET_PATH) DESTDIR=$(TARGET_DIR) LDCONFIG=true \
@ -89,21 +89,21 @@ $(TARGET_DIR)/$(E2FSPROGS_TARGET_BINARY): $(E2FSPROGS_DIR)/$(E2FSPROGS_BINARY)
${TARGET_DIR}/sbin/fsck.ext[23] \
${TARGET_DIR}/sbin/findfs \
${TARGET_DIR}/sbin/tune2fs
ifneq ($(strip $(E2FSPROGS_RM)),)
ifneq ($(E2FSPROGS_RM),)
rm -rf $(E2FSPROGS_RM)
endif
ifeq ($(strip $(BR2_PACKAGE_E2FSPROGS_MKE2FS)),y)
ifeq ($(BR2_PACKAGE_E2FSPROGS_MKE2FS),y)
ln -sf mke2fs ${TARGET_DIR}/sbin/mkfs.ext2
ln -sf mke2fs ${TARGET_DIR}/sbin/mkfs.ext3
endif
ifeq ($(strip $(BR2_PACKAGE_E2FSPROGS_E2FSCK)),y)
ifeq ($(BR2_PACKAGE_E2FSPROGS_E2FSCK),y)
ln -sf e2fsck ${TARGET_DIR}/sbin/fsck.ext2
ln -sf e2fsck ${TARGET_DIR}/sbin/fsck.ext3
endif
ifeq ($(strip $(BR2_PACKAGE_E2FSPROGS_TUNE2FS)),y)
ifeq ($(BR2_PACKAGE_E2FSPROGS_TUNE2FS),y)
ln -sf e2label ${TARGET_DIR}/sbin/tune2fs
endif
ifeq ($(strip $(BR2_PACKAGE_E2FSPROGS_FINDFS)),y)
ifeq ($(BR2_PACKAGE_E2FSPROGS_FINDFS),y)
ln -sf e2label ${TARGET_DIR}/sbin/findfs
endif
ifneq ($(BR2_HAVE_INFOPAGES),y)
@ -130,6 +130,6 @@ e2fsprogs-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_E2FSPROGS)),y)
ifeq ($(BR2_PACKAGE_E2FSPROGS),y)
TARGETS+=e2fsprogs
endif

View File

@ -54,6 +54,6 @@ ed-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_ED)),y)
ifeq ($(BR2_PACKAGE_ED),y)
TARGETS+=ed
endif

View File

@ -54,6 +54,6 @@ nano-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_NANO)),y)
ifeq ($(BR2_PACKAGE_NANO),y)
TARGETS+=nano
endif

View File

@ -43,6 +43,6 @@ uemacs-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_UEMACS)),y)
ifeq ($(BR2_PACKAGE_UEMACS),y)
TARGETS+=uemacs
endif

View File

@ -82,6 +82,6 @@ vim: uclibc pkgconfig ncurses vim-source $(TARGET_DIR)/usr/bin/vim
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_VIM)),y)
ifeq ($(BR2_PACKAGE_VIM),y)
TARGETS+=vim
endif

View File

@ -41,6 +41,6 @@ eeprog-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_EEPROG)),y)
ifeq ($(BR2_PACKAGE_EEPROG),y)
TARGETS+=eeprog
endif

View File

@ -1,3 +1,3 @@
ifeq ($(strip $(BR2_PACKAGE_EXPAT)),y)
ifeq ($(BR2_PACKAGE_EXPAT),y)
TARGETS+=expat
endif

View File

@ -75,6 +75,6 @@ expat-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_EXPAT)),y)
ifeq ($(BR2_PACKAGE_EXPAT),y)
TARGETS+=expat
endif

View File

@ -42,6 +42,6 @@ ezxml-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_EZXML)),y)
ifeq ($(BR2_PACKAGE_EZXML),y)
TARGETS+=ezxml
endif

View File

@ -127,10 +127,10 @@ fakeroot-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_FAKEROOT)),y)
ifeq ($(BR2_PACKAGE_FAKEROOT),y)
TARGETS+=fakeroot
endif
ifeq ($(strip $(BR2_HOST_FAKEROOT)),y)
ifeq ($(BR2_HOST_FAKEROOT),y)
HOST_SOURCE+=fakeroot-source
endif

View File

@ -46,6 +46,6 @@ fbset-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_FBSET)),y)
ifeq ($(BR2_PACKAGE_FBSET),y)
TARGETS+=fbset
endif

View File

@ -51,6 +51,6 @@ fbv-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_FBV)),y)
ifeq ($(BR2_PACKAGE_FBV),y)
TARGETS+=fbv
endif

View File

@ -45,6 +45,6 @@ fconfig-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_FCONFIG)),y)
ifeq ($(BR2_PACKAGE_FCONFIG),y)
TARGETS+=fconfig
endif

View File

@ -117,6 +117,6 @@ file-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_FILE)),y)
ifeq ($(BR2_PACKAGE_FILE),y)
TARGETS+=file
endif

View File

@ -85,6 +85,6 @@ findutils-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_FINDUTILS)),y)
ifeq ($(BR2_PACKAGE_FINDUTILS),y)
TARGETS+=findutils
endif

View File

@ -46,6 +46,6 @@ fis-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_FIS)),y)
ifeq ($(BR2_PACKAGE_FIS),y)
TARGETS+=fis
endif

View File

@ -76,7 +76,7 @@ $(TARGET_DIR)/$(FLEX_TARGET_BINARY): $(FLEX_DIR)/$(FLEX_BINARY)
mandir=$(TARGET_DIR)/usr/man \
includedir=$(TARGET_DIR)/usr/include \
-C $(FLEX_DIR) install
ifeq ($(strip $(BR2_PACKAGE_FLEX_LIBFL)),y)
ifeq ($(BR2_PACKAGE_FLEX_LIBFL),y)
install -D $(FLEX_DIR)/libfl.a $(STAGING_DIR)/usr/lib/libfl.a
endif
ifneq ($(BR2_HAVE_INFOPAGES),y)
@ -108,7 +108,7 @@ flex-clean:
includedir=$(TARGET_DIR)/usr/include \
-C $(FLEX_DIR) uninstall
rm -f $(TARGET_DIR)/usr/bin/lex
ifeq ($(strip $(BR2_PACKAGE_FLEX_LIBFL)),y)
ifeq ($(BR2_PACKAGE_FLEX_LIBFL),y)
-rm $(STAGING_DIR)/lib/libfl.a
endif
-$(MAKE) -C $(FLEX_DIR) clean
@ -121,6 +121,6 @@ flex-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_FLEX)),y)
ifeq ($(BR2_PACKAGE_FLEX),y)
TARGETS+=flex
endif

View File

@ -72,6 +72,6 @@ libfuse-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_LIBFUSE)),y)
ifeq ($(BR2_PACKAGE_LIBFUSE),y)
TARGETS+=libfuse
endif

View File

@ -35,7 +35,7 @@ linux-fusion-clean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_LINUX_FUSION)),y)
ifeq ($(BR2_PACKAGE_LINUX_FUSION),y)
TARGETS+=linux-fusion
endif

View File

@ -46,6 +46,6 @@ gadgetfs-test-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_GADGETFS_TEST)),y)
ifeq ($(BR2_PACKAGE_GADGETFS_TEST),y)
TARGETS+=gadgetfs-test
endif

View File

@ -30,6 +30,6 @@ doom-wad: $(TARGET_DIR)/usr/share/games/doom/doom1.wad
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_DOOM_WAD)),y)
ifeq ($(BR2_PACKAGE_DOOM_WAD),y)
TARGETS+=doom-wad
endif

View File

@ -79,6 +79,6 @@ gawk-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_GAWK)),y)
ifeq ($(BR2_PACKAGE_GAWK),y)
TARGETS+=gawk
endif

View File

@ -11,7 +11,7 @@ GETTEXT_CAT:=$(ZCAT)
GETTEXT_BINARY:=gettext-runtime/src/gettext
GETTEXT_TARGET_BINARY:=usr/bin/gettext
ifeq ($(strip $(BR2_PACKAGE_GETTEXT_STATIC)),y)
ifeq ($(BR2_PACKAGE_GETTEXT_STATIC),y)
LIBINTL_TARGET_BINARY:=usr/lib/libintl.a
else
LIBINTL_TARGET_BINARY:=usr/lib/libintl.so
@ -29,7 +29,7 @@ $(GETTEXT_DIR)/.unpacked: $(DL_DIR)/$(GETTEXT_SOURCE)
$(CONFIG_UPDATE) $(GETTEXT_DIR)/build-aux
touch $@
ifeq ($(strip $(BR2_TOOLCHAIN_EXTERNAL)),y)
ifeq ($(BR2_TOOLCHAIN_EXTERNAL),y)
IGNORE_EXTERNAL_GETTEXT:=--with-included-gettext
endif
@ -172,9 +172,9 @@ libintl: $(TARGET_DIR)/$(LIBINTL_TARGET_BINARY)
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_LIBINTL)),y)
ifeq ($(BR2_PACKAGE_LIBINTL),y)
TARGETS+=libintl
endif
ifeq ($(strip $(BR2_PACKAGE_GETTEXT)),y)
ifeq ($(BR2_PACKAGE_GETTEXT),y)
TARGETS+=gettext
endif

View File

@ -104,6 +104,6 @@ host-libgmp-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_LIBGMP)),y)
ifeq ($(BR2_PACKAGE_LIBGMP),y)
TARGETS+=libgmp
endif

View File

@ -65,6 +65,6 @@ grep-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_GREP)),y)
ifeq ($(BR2_PACKAGE_GREP),y)
TARGETS+=grep
endif

View File

@ -156,6 +156,6 @@ gtk2-engines-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_GTK2_ENGINES)),y)
ifeq ($(BR2_PACKAGE_GTK2_ENGINES),y)
TARGETS+=gtk2-engines
endif

View File

@ -61,6 +61,6 @@ gzip-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_GZIP)),y)
ifeq ($(BR2_PACKAGE_GZIP),y)
TARGETS+=gzip
endif

View File

@ -110,6 +110,6 @@ hal-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_HAL)),y)
ifeq ($(BR2_PACKAGE_HAL),y)
TARGETS+=hal
endif

View File

@ -48,6 +48,6 @@ hdparm-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_HDPARM)),y)
ifeq ($(BR2_PACKAGE_HDPARM),y)
TARGETS+=hdparm
endif

View File

@ -67,6 +67,6 @@ hostap-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_HOSTAP)),y)
ifeq ($(BR2_PACKAGE_HOSTAP),y)
TARGETS+=hostap
endif

Binary file not shown.

View File

@ -40,6 +40,6 @@ hotplug-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_HOTPLUG)),y)
ifeq ($(BR2_PACKAGE_HOTPLUG),y)
TARGETS+=hotplug
endif

View File

@ -45,6 +45,6 @@ hwdata-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_HWDATA)),y)
ifeq ($(BR2_PACKAGE_HWDATA),y)
TARGETS+=hwdata
endif

View File

@ -45,6 +45,6 @@ i2c-tools-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_I2C_TOOLS)),y)
ifeq ($(BR2_PACKAGE_I2C_TOOLS),y)
TARGETS+=i2c-tools
endif

View File

@ -71,6 +71,6 @@ icu-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_ICU)),y)
ifeq ($(BR2_PACKAGE_ICU),y)
TARGETS+=icu
endif

View File

@ -155,6 +155,6 @@ imagemagick-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_IMAGEMAGICK)),y)
ifeq ($(BR2_PACKAGE_IMAGEMAGICK),y)
TARGETS+=imagemagick
endif

View File

@ -61,6 +61,6 @@ input-tools-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_INPUT_TOOLS)),y)
ifeq ($(BR2_PACKAGE_INPUT_TOOLS),y)
TARGETS+=input-tools
endif

View File

@ -41,6 +41,6 @@ iostat-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_IOSTAT)),y)
ifeq ($(BR2_PACKAGE_IOSTAT),y)
TARGETS+=iostat
endif

View File

@ -54,6 +54,6 @@ iproute2-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_IPROUTE2)),y)
ifeq ($(BR2_PACKAGE_IPROUTE2),y)
TARGETS+=iproute2
endif

View File

@ -18,25 +18,25 @@ IPSEC_TOOLS_TARGET_BINARY_RACOON:=usr/sbin/racoon
IPSEC_TOOLS_TARGET_BINARY_RACOONCTL:=usr/sbin/racoonctl
IPSEC_TOOLS_SITE=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/ipsec-tools/
ifeq ($(strip $(BR2_PACKAGE_IPSEC_TOOLS_ADMINPORT)), y)
ifeq ($(BR2_PACKAGE_IPSEC_TOOLS_ADMINPORT), y)
IPSEC_TOOLS_CONFIG_FLAGS+= --enable-adminport
else
IPSEC_TOOLS_CONFIG_FLAGS+= --disable-adminport
endif
ifeq ($(strip $(BR2_PACKAGE_IPSEC_TOOLS_NATT)), y)
ifeq ($(BR2_PACKAGE_IPSEC_TOOLS_NATT), y)
IPSEC_TOOLS_CONFIG_FLAGS+= --enable-natt
else
IPSEC_TOOLS_CONFIG_FLAGS+= --disable-natt
endif
ifeq ($(strip $(BR2_PACKAGE_IPSEC_TOOLS_FRAG)), y)
ifeq ($(BR2_PACKAGE_IPSEC_TOOLS_FRAG), y)
IPSEC_TOOLS_CONFIG_FLAGS+= --enable-frag
else
IPSEC_TOOLS_CONFIG_FLAGS+= --disable-frag
endif
ifeq ($(strip $(BR2_PACKAGE_IPSEC_TOOLS_STATS)), y)
ifeq ($(BR2_PACKAGE_IPSEC_TOOLS_STATS), y)
IPSEC_TOOLS_CONFIG_FLAGS+= --enable-stats
else
IPSEC_TOOLS_CONFIG_FLAGS+= --disable-stats
@ -44,7 +44,7 @@ endif
ifeq ($(BR2_INET_IPV6),y)
ifeq ($(strip $(BR2_PACKAGE_IPSEC_TOOLS_IPV6)), y)
ifeq ($(BR2_PACKAGE_IPSEC_TOOLS_IPV6), y)
IPSEC_TOOLS_CONFIG_FLAGS+= --enable-ipv6
else
IPSEC_TOOLS_CONFIG_FLAGS+= $(DISABLE_IPV6)
@ -54,7 +54,7 @@ else # ignore user's choice if it doesn't
IPSEC_TOOLS_CONFIG_FLAGS+= $(DISABLE_IPV6)
endif
ifneq ($(strip $(BR2_PACKAGE_IPSEC_TOOLS_READLINE)), y)
ifneq ($(BR2_PACKAGE_IPSEC_TOOLS_READLINE), y)
IPSEC_TOOLS_CONFIG_FLAGS+= --without-readline
endif
@ -118,20 +118,20 @@ ifneq ($(BR2_HAVE_MANPAGES),y)
man8/racoonctl.8 man8/racoon.8 \
man8/plainrsa-gen.8 man8/setkey.8)
endif
ifeq ($(strip $(BR2_PACKAGE_IPSEC_TOOLS_LIBS)), y)
ifeq ($(BR2_PACKAGE_IPSEC_TOOLS_LIBS), y)
install -D $(addprefix $(IPSEC_TOOLS_DIR)/src/, \
libipsec/.libs/libipsec.a libipsec/.libs/libipsec.la \
racoon/.libs/libracoon.a racoon/.libs/libracoon.la) \
$(STAGING_DIR)/lib
endif
ifneq ($(strip $(BR2_PACKAGE_IPSEC_TOOLS_ADMINPORT)), y)
ifneq ($(BR2_PACKAGE_IPSEC_TOOLS_ADMINPORT), y)
rm -f $(TARGET_DIR)/$(IPSEC_TOOLS_TARGET_BINARY_RACOONCTL)
endif
IPSEC_TOOLS_PROGS= $(TARGET_DIR)/$(IPSEC_TOOLS_TARGET_BINARY_SETKEY) \
$(TARGET_DIR)/$(IPSEC_TOOLS_TARGET_BINARY_RACOON)
ifeq ($(strip $(BR2_PACKAGE_IPSEC_TOOLS_ADMINPORT)), y)
ifeq ($(BR2_PACKAGE_IPSEC_TOOLS_ADMINPORT), y)
IPSEC_TOOLS_PROGS+= $(TARGET_DIR)/$(IPSEC_TOOLS_TARGET_BINARY_RACOONCTL)
endif
@ -144,7 +144,7 @@ ipsec-tools-uninstall:
ipsec-tools-clean:
-$(MAKE) -C $(IPSEC_TOOLS_DIR) DESTDIR=$(TARGET_DIR) uninstall
-$(MAKE) -C $(IPSEC_TOOLS_DIR) clean
ifeq ($(strip $(BR2_PACKAGE_IPSEC_TOOLS_LIBS)),y)
ifeq ($(BR2_PACKAGE_IPSEC_TOOLS_LIBS),y)
rm -f $(addprefix $(STAGING_DIR)/lib/, \
libipsec.a libipsec.la libracoon.a libracoon.la)
endif
@ -153,6 +153,6 @@ endif
ipsec-tools-dirclean:
rm -rf $(IPSEC_TOOLS_DIR)
ifeq ($(strip $(BR2_PACKAGE_IPSEC_TOOLS)), y)
ifeq ($(BR2_PACKAGE_IPSEC_TOOLS), y)
TARGETS+=ipsec-tools
endif

View File

@ -52,6 +52,6 @@ irda-utils-dirclean: $(IRDA_UTILS_DIR)/.dirclean
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_IRDA_UTILS)),y)
ifeq ($(BR2_PACKAGE_IRDA_UTILS),y)
TARGETS+=irda-utils
endif

View File

@ -35,6 +35,6 @@ concierge: $(TARGET_DIR)/usr/lib/concierge $(TARGET_DIR)/usr/bin/concierge
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_CONCIERGE)),y)
ifeq ($(BR2_PACKAGE_CONCIERGE),y)
TARGETS+=concierge
endif

View File

@ -92,6 +92,6 @@ jpeg-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_JPEG)),y)
ifeq ($(BR2_PACKAGE_JPEG),y)
TARGETS+=jpeg
endif

View File

@ -17,7 +17,7 @@ KEXEC_DEPS_y:=
KEXEC_DEPS_$(KEXEC_PACKAGE_KEXEC) += zlib
ifeq ($(strip $(BR2_PACKAGE_KEXEC_ZLIB)),y)
ifeq ($(BR2_PACKAGE_KEXEC_ZLIB),y)
KEXEC_CONFIG_OPTS += --with-zlib
else
KEXEC_CONFIG_OPTS += --without-zlib
@ -77,6 +77,6 @@ kexec-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_KEXEC)),y)
ifeq ($(BR2_PACKAGE_KEXEC),y)
TARGETS+=kexec
endif

View File

@ -79,6 +79,6 @@ kismet-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_KISMET)),y)
ifeq ($(BR2_PACKAGE_KISMET),y)
TARGETS+=kismet
endif

View File

@ -55,6 +55,6 @@ l2tp-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_L2TP)),y)
ifeq ($(BR2_PACKAGE_L2TP),y)
TARGETS+=l2tp
endif

View File

@ -55,6 +55,6 @@ less-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_LESS)),y)
ifeq ($(BR2_PACKAGE_LESS),y)
TARGETS+=less
endif

View File

@ -45,6 +45,6 @@ libaio-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_LIBAIO)),y)
ifeq ($(BR2_PACKAGE_LIBAIO),y)
TARGETS+=libaio
endif

View File

@ -69,6 +69,6 @@ libcgi-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_LIBCGI)),y)
ifeq ($(BR2_PACKAGE_LIBCGI),y)
TARGETS+=libcgi
endif

View File

@ -66,6 +66,6 @@ libcgicc-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_LIBCGICC)),y)
ifeq ($(BR2_PACKAGE_LIBCGICC),y)
TARGETS+=libcgicc
endif

View File

@ -75,6 +75,6 @@ libdrm-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_LIBDRM)),y)
ifeq ($(BR2_PACKAGE_LIBDRM),y)
TARGETS+=libdrm
endif

View File

@ -103,6 +103,6 @@ libeXosip2-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_LIBEXOSIP2)),y)
ifeq ($(BR2_PACKAGE_LIBEXOSIP2),y)
TARGETS+=libeXosip2
endif

View File

@ -82,6 +82,6 @@ libelf-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_LIBELF)),y)
ifeq ($(BR2_PACKAGE_LIBELF),y)
TARGETS+=libelf
endif

View File

@ -42,6 +42,6 @@ liberation-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_LIBERATION)),y)
ifeq ($(BR2_PACKAGE_LIBERATION),y)
TARGETS+=liberation
endif

View File

@ -65,6 +65,6 @@ libevent-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_LIBEVENT)),y)
ifeq ($(BR2_PACKAGE_LIBEVENT),y)
TARGETS+=libevent
endif

View File

@ -60,6 +60,6 @@ libfloat-dirclean:
# Toplevel Makefile options
#
#############################################################
#ifeq ($(strip $(BR2_PACKAGE_LIBFLOAT)),y)
#ifeq ($(BR2_PACKAGE_LIBFLOAT),y)
#TARGETS+=libfloat
#endif

View File

@ -79,6 +79,6 @@ libgcrypt-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_LIBGCRYPT)),y)
ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
TARGETS+=libgcrypt
endif

View File

@ -92,6 +92,6 @@ libglib12-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_LIBGLIB12)),y)
ifeq ($(BR2_PACKAGE_LIBGLIB12),y)
TARGETS+=libglib12
endif

View File

@ -71,6 +71,6 @@ libgpg-error-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_LIBGPG_ERROR)),y)
ifeq ($(BR2_PACKAGE_LIBGPG_ERROR),y)
TARGETS+=libgpg-error
endif

View File

@ -100,6 +100,6 @@ libgtk12-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_LIBGTK12)),y)
ifeq ($(BR2_PACKAGE_LIBGTK12),y)
TARGETS+=libgtk12
endif

View File

@ -70,6 +70,6 @@ liblockfile-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_LIBLOCKFILE)),y)
ifeq ($(BR2_PACKAGE_LIBLOCKFILE),y)
TARGETS+=liblockfile
endif

Some files were not shown because too many files have changed in this diff Show More