Revert "xserver_xorg-server: Use $(MAKE1) for make install"

This reverts commit b7acacaf6e.

Closes #1855

We DO need to install into staging for all the xdriver-* packages,
so revert this commit.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2010-05-30 20:11:23 +02:00
parent e1a7d916e9
commit 7f1bca8479
2 changed files with 2 additions and 3 deletions

View File

@ -9,6 +9,7 @@
#1789: binutils fails to build for i386
#1843: Fix libcap build failure
#1855: XORG Keyboard driver fails to compile
2010.05-rc3, Released May 27th, 2010:

View File

@ -9,6 +9,7 @@ XSERVER_XORG_SERVER_SOURCE = xorg-server-$(XSERVER_XORG_SERVER_VERSION).tar.bz2
XSERVER_XORG_SERVER_SITE = http://xorg.freedesktop.org/releases/individual/xserver
XSERVER_XORG_SERVER_AUTORECONF = NO
XSERVER_XORG_SERVER_LIBTOOL_PATCH = NO
XSERVER_XORG_SERVER_INSTALL_STAGING = YES
XSERVER_XORG_SERVER_USE_CONFIG_CACHE = NO # overrides CFLAGS
XSERVER_XORG_SERVER_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install install-data
@ -136,8 +137,5 @@ ifneq ($(BR2_PACKAGE_XLIB_LIBDMX),y)
XSERVER_XORG_SERVER_CONF_OPT += --disable-dmx
endif
define XSERVER_XORG_SERVER_INSTALL_TARGET_CMDS
$(MAKE1) $(XSERVER_XORG_SERVER_INSTALL_TARGET_OPT) -C $(@D)
endef
$(eval $(call AUTOTARGETS,package/x11r7,xserver_xorg-server))