From mboxrd@z Thu Jan 1 00:00:00 1970 From: aldot at uclibc.org Date: Wed, 19 Sep 2007 02:08:10 -0700 (PDT) Subject: [Buildroot] svn commit: trunk/buildroot/docs Message-ID: <20070919090810.35FB5A65C2@busybox.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Author: aldot Date: 2007-09-19 02:08:10 -0700 (Wed, 19 Sep 2007) New Revision: 19882 Log: - trivial style fixes. TODO: document HAVE_MANPAGES and HAVE_INFOPAGES (and adjust line-numbers in the text accordingly) Modified: trunk/buildroot/docs/buildroot.html Changeset: Modified: trunk/buildroot/docs/buildroot.html =================================================================== --- trunk/buildroot/docs/buildroot.html 2007-09-19 08:50:54 UTC (rev 19881) +++ trunk/buildroot/docs/buildroot.html 2007-09-19 09:08:10 UTC (rev 19882) @@ -899,16 +899,16 @@ 18 touch $@ 19 20 $(FOO_DIR)/.configured: $(FOO_DIR)/.source - 21 (cd $(FOO_DIR); rm -rf config.cache ; \ + 21 (cd $(FOO_DIR); rm -rf config.cache; \ 22 $(TARGET_CONFIGURE_OPTS) \ - 23 CFLAGS="$(TARGET_CFLAGS)" \ + 23 $(TARGET_CONFIGURE_ARGS) \ 24 ./configure \ 25 --target=$(GNU_TARGET_NAME) \ 26 --host=$(GNU_TARGET_NAME) \ 27 --build=$(GNU_HOST_NAME) \ 28 --prefix=/usr \ 29 --sysconfdir=/etc \ - 30 ); + 30 ) 31 touch $@ 32 33 $(FOO_DIR)/$(FOO_BINARY): $(FOO_DIR)/.configured