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

Filipe Laíns ffy00 at archlinux.org
Sat Apr 11 19:24:13 UTC 2020


    Date: Saturday, April 11, 2020 @ 19:24:12
  Author: ffy00
Revision: 613354

prepare to build ghdllib for ghdl-gcc

Modified:
  ghdl/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-11 18:58:43 UTC (rev 613353)
+++ PKGBUILD	2020-04-11 19:24:12 UTC (rev 613354)
@@ -102,6 +102,10 @@
       --with-bugurl='https://bugs.archlinux.org/'
 
   make
+
+#  cd "$srcdir"/ghdl-gcc
+#
+#  make ghdllib
 }
 
 package_ghdl-mcode() {
@@ -128,8 +132,12 @@
   pkgdesc="$pkgdesc (GCC backend)"
   options=(!emptydirs)
 
-  cd gcc-build
+#  cd "$srcdir"/ghdl-gcc
+#
+#  make DESTDIR="$pkgdir" install
 
+  cd "$srcdir"/gcc-build
+
   mkdir "$srcdir"/dest
   make DESTDIR="$srcdir"/dest install
 



More information about the arch-commits mailing list