cosmetic changes to XOrg uitls/ and misc/

git-svn-id: svn://svn.openwrt.org/openwrt/packages@8929 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic 2007-09-21 17:38:08 +00:00
parent 621a397881
commit 7c41f8b5da
2 changed files with 10 additions and 2 deletions

View File

@ -25,7 +25,10 @@ define Package/libdrm
endef
define Build/Configure
cd $(PKG_BUILD_DIR)/; $(TARGET_CONFIGURE_OPTS) ./configure --host=$(GNU_TARGET_NAME)
cd $(PKG_BUILD_DIR)/; \
$(TARGET_CONFIGURE_OPTS) \
./configure \
--host=$(GNU_TARGET_NAME)
endef
define Build/Compile

View File

@ -13,7 +13,12 @@ _CATEGORY:=utils
include ../../common.mk
define Build/Configure
cd $(PKG_BUILD_DIR); ./configure --prefix=${STAGING_DIR} --sysconfdir=/etc --mandir=${STAGING_DIR}/share/man --localstatedir=/var
cd $(PKG_BUILD_DIR); \
./configure \
--prefix=${STAGING_DIR} \
--sysconfdir=/etc \
--mandir=${STAGING_DIR}/share/man \
--localstatedir=/var
endef
define Build/Compile