SOURCES: verilog-DESTDIR.patch - updated for 0.8.6
agaran
agaran at pld-linux.org
Fri Aug 1 17:06:17 CEST 2008
Author: agaran Date: Fri Aug 1 15:06:17 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated for 0.8.6
---- Files affected:
SOURCES:
verilog-DESTDIR.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/verilog-DESTDIR.patch
diff -u SOURCES/verilog-DESTDIR.patch:1.1 SOURCES/verilog-DESTDIR.patch:1.2
--- SOURCES/verilog-DESTDIR.patch:1.1 Wed Mar 8 00:29:32 2006
+++ SOURCES/verilog-DESTDIR.patch Fri Aug 1 17:06:12 2008
@@ -1,6 +1,6 @@
--- verilog-0.8.1/Makefile.in.orig 2006-03-02 15:36:12.000000000 +0100
+++ verilog-0.8.1/Makefile.in 2006-03-02 15:38:06.000000000 +0100
-@@ -216,38 +216,37 @@
+@@ -227,37 +227,37 @@
do (cd $$dir ; $(MAKE) $@); done
$(bindir)/iverilog-vpi: ./iverilog-vpi
@@ -9,7 +9,6 @@
$(libdir)/ivl/ivl at EXEEXT@: ./ivl at EXEEXT@
- $(INSTALL_PROGRAM) ./ivl at EXEEXT@ $(libdir)/ivl/ivl at EXEEXT@
-- $(STRIP) $(strip_dynamic) $(libdir)/ivl/ivl at EXEEXT@
+ $(INSTALL_PROGRAM) ./ivl at EXEEXT@ $(DESTDIR)$(libdir)/ivl/ivl at EXEEXT@
$(libdir)/ivl/xnf-s.conf: $(srcdir)/xnf-s.conf
@@ -50,7 +49,7 @@
# In windows installations, put a few examples and the quick_start
# into the destination directory.
-@@ -270,8 +269,8 @@
+@@ -280,8 +280,8 @@
endif
installdirs: mkinstalldirs
@@ -325,12 +324,16 @@
rm -f $(libdir)/ivl/null.tgt
--- verilog-0.8.1/tgt-stub/Makefile.in.orig 2006-03-02 15:45:17.000000000 +0100
+++ verilog-0.8.1/tgt-stub/Makefile.in 2006-03-02 15:45:36.000000000 +0100
-@@ -76,11 +76,11 @@
+@@ -78,7 +78,7 @@
$(includedir)/vpi_user.h
$(libdir)/ivl/stub.tgt: ./stub.tgt
- $(INSTALL_PROGRAM) ./stub.tgt $(libdir)/ivl/stub.tgt
+ $(INSTALL_PROGRAM) ./stub.tgt $(DESTDIR)$(libdir)/ivl/stub.tgt
+
+ $(libdir)/ivl/stub.conf: stub.conf
+ $(INSTALL_DATA) $< $(libdir)/ivl/stub.conf
+@@ -88,7 +88,7 @@
installdirs: ../mkinstalldirs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/verilog-DESTDIR.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list