From mboxrd@z Thu Jan 1 00:00:00 1970 From: jacmet at uclibc.org Date: Mon, 8 Dec 2008 00:15:46 -0800 (PST) Subject: [Buildroot] svn commit: trunk/buildroot/docs Message-ID: <20081208081547.0A053F801B@busybox.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Author: jacmet Date: 2008-12-08 00:15:46 -0800 (Mon, 08 Dec 2008) New Revision: 24309 Log: docs/: get rid of unneeded $(strip ..) Modified: trunk/buildroot/docs/buildroot.html Changeset: Modified: trunk/buildroot/docs/buildroot.html =================================================================== --- trunk/buildroot/docs/buildroot.html 2008-12-08 08:15:42 UTC (rev 24308) +++ trunk/buildroot/docs/buildroot.html 2008-12-08 08:15:46 UTC (rev 24309) @@ -959,7 +959,7 @@ 53 # Toplevel Makefile options 54 # 55 ############################################################# - 56 ifeq ($(strip $(BR2_PACKAGE_FOO)),y) + 56 ifeq ($(BR2_PACKAGE_FOO),y) 57 TARGETS+=foo 58 endif