[yosys] 46/57: Changed patch
Ruben Undheim
rubund-guest at moszumanska.debian.org
Wed Sep 17 16:08:17 UTC 2014
This is an automated email from the git hooks/post-receive script.
rubund-guest pushed a commit to branch master
in repository yosys.
commit 4f98b8410eb7aba2328d7ee342478b4812d4900f
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date: Sun Sep 14 09:33:30 2014 +0200
Changed patch
---
debian/patches/04_installpath.patch | 31 +++++++++++--------------------
1 file changed, 11 insertions(+), 20 deletions(-)
diff --git a/debian/patches/04_installpath.patch b/debian/patches/04_installpath.patch
index 090be08..385e630 100644
--- a/debian/patches/04_installpath.patch
+++ b/debian/patches/04_installpath.patch
@@ -1,26 +1,17 @@
-Description: Some trouble with the install target in the
- Makefile. debian/install takes care of the correct installation.
- This patch simply removes the install target.
+Description: This makes sure that DESTDIR
+ is not overwritten in the Makefile.
Forwarded: doesn't make sense upstream
Author: Ruben Undheim <ruben.undheim at gmail.com>
Index: yosys/Makefile
===================================================================
---- yosys.orig/Makefile 2014-09-05 22:19:51.746547108 +0200
-+++ yosys/Makefile 2014-09-05 22:20:14.654547354 +0200
-@@ -262,11 +262,11 @@
- @echo " Passed \"make vloghtb\"."
- @echo ""
+--- yosys.orig/Makefile 2014-09-14 09:31:33.000000000 +0200
++++ yosys/Makefile 2014-09-14 09:32:14.370546709 +0200
+@@ -14,7 +14,7 @@
+ # other configuration flags
+ ENABLE_GPROF := 0
--install: $(TARGETS) $(EXTRA_TARGETS)
-- $(INSTALL_SUDO) mkdir -p $(DESTDIR)/bin
-- $(INSTALL_SUDO) install $(TARGETS) $(DESTDIR)/bin/
-- $(INSTALL_SUDO) mkdir -p $(DESTDIR)/share/yosys
-- $(INSTALL_SUDO) cp -r share/. $(DESTDIR)/share/yosys/.
-+#install: $(TARGETS) $(EXTRA_TARGETS)
-+# $(INSTALL_SUDO) mkdir -p $(DESTDIR)/bin
-+# $(INSTALL_SUDO) install $(TARGETS) $(DESTDIR)/bin/
-+# $(INSTALL_SUDO) mkdir -p $(DESTDIR)/share/yosys
-+# $(INSTALL_SUDO) cp -r share/. $(DESTDIR)/share/yosys/.
+-DESTDIR := /usr/local
++#DESTDIR := /usr/local
+ INSTALL_SUDO :=
- manual: $(TARGETS) $(EXTRA_TARGETS)
- cd manual && bash appnotes.sh
+ OBJS =
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/yosys.git
More information about the debian-science-commits
mailing list