[arch-commits] Commit in dmd/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Jul 19 18:18:26 UTC 2017


    Date: Wednesday, July 19, 2017 @ 18:18:25
  Author: arojas
Revision: 245711

No bootstrap for next build

Modified:
  dmd/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-19 18:08:27 UTC (rev 245710)
+++ PKGBUILD	2017-07-19 18:18:25 UTC (rev 245711)
@@ -27,7 +27,7 @@
 build() {
     cd $srcdir/dmd/src
     echo $pkgver > ../VERSION
-    make -f posix.mak AUTO_BOOTSTRAP=1 RELEASE=1 PIC=1
+    make -f posix.mak RELEASE=1 PIC=1
 
     cd $srcdir/druntime
     make -f posix.mak DMD="$srcdir"/dmd/src/dmd RELEASE=1 PIC=1 



More information about the arch-commits mailing list