$(Q):
# Targets to install
-ifeq ($(ARCH),ia64)
+ifneq (,$(filter $(ARCH),ia64 ppc64))
install-y := sh
else
install-y := sh.shared
clean-dirs := static shared
# install binary
-ifeq ($(ARCH),ia64)
+ifneq (,$(filter $(ARCH),ia64 ppc64))
install-y := $(static-y)
else
install-y := $(shared-y)
clean-dirs := static shared
# install binary
-ifeq ($(ARCH),ia64)
+ifneq (,$(filter $(ARCH),ia64 ppc64))
install-y := $(static-y)
else
install-y := $(shared-y)
clean-dirs := static shared
# Install binary
-ifeq ($(ARCH),ia64)
+ifneq (,$(filter $(ARCH),ia64 ppc64))
install-y := $(static-y)
else
install-y := $(shared-y)
clean-dirs := static shared
# install binary
-ifeq ($(ARCH),ia64)
+ifneq (,$(filter $(ARCH),ia64 ppc64))
install-y := $(static-y)
else
install-y := $(shared-y)
clean-dirs := static shared
# install binary
-ifeq ($(ARCH),ia64)
+ifneq (,$(filter $(ARCH),ia64 ppc64))
install-y := $(static-y)
else
install-y := $(shared-y)
clean-dirs := static shared
# install only install the shared binaries
-ifeq ($(ARCH),ia64)
+ifneq (,$(filter $(ARCH),ia64 ppc64))
install-y := $(static-y) static/reboot static/poweroff
else
install-y := $(shared-y) shared/reboot shared/poweroff