27 Sep 07:52
BSDBuild: r730 - trunk
From: Notices of SVN commits on the BSDBuild source repository <bsdbuild-commits@...>
Subject: BSDBuild: r730 - trunk
Newsgroups: gmane.comp.sysutils.bsdbuild.scm
Date: 2008-09-27 05:53:12 GMT
Subject: BSDBuild: r730 - trunk
Newsgroups: gmane.comp.sysutils.bsdbuild.scm
Date: 2008-09-27 05:53:12 GMT
Author: vedge Date: 2008-09-27 02:53:00 -0300 (Sat, 27 Sep 2008) New Revision: 730 Modified: trunk/build.proj.mk Log: pass --with-proj-generation to configure scripts (useful to avoid symlink creation, etc). Modified: trunk/build.proj.mk =================================================================== --- trunk/build.proj.mk 2008-09-27 05:51:54 UTC (rev 729) +++ trunk/build.proj.mk 2008-09-27 05:53:00 UTC (rev 730) @@ -84,7 +84,7 @@ rm -fR configure.tmp configure.lua; \ exit 1; \ fi; \ - /bin/sh ./configure.tmp $$_tgtopts; \ + /bin/sh ./configure.tmp $$_tgtopts --with-proj-generation; \ if [ $$? != 0 ]; then \ echo "configure failed"; \ echo -n > Makefile.config; \
RSS Feed