add --disable-silent-rules to CONFIGURE_ARGS so we can see what

is actually being done, instead of CC $FILE and LD $FILE

ok aja@
This commit is contained in:
jasper 2009-10-10 11:25:28 +00:00
parent 00cc504605
commit 67832b1446
2 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.65 2009/10/07 15:07:49 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.66 2009/10/10 11:25:28 jasper Exp $
COMMENT-main= general-purpose utility library
COMMENT-docs= glib2 documentation
@ -65,7 +65,8 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--enable-fam \
--with-pcre=system \
--disable-selinux \
--disable-xattr
--disable-xattr \
--disable-silent-rules
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.87 2009/10/06 07:07:17 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.88 2009/10/10 11:25:28 jasper Exp $
SHARED_ONLY= Yes
@ -72,7 +72,8 @@ CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--disable-gtk-doc \
--with-xinput=yes \
--disable-papi
--disable-papi \
--disable-silent-rules
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include/freetype2/ -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \
LDFLAGS="-L${LOCALBASE}/lib"