public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-wireless/gobi_loader/files: gobi_loader-0.7-makefile.patch
@ 2010-08-11 14:01 Lars Wendler (polynomial-c)
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Wendler (polynomial-c) @ 2010-08-11 14:01 UTC (permalink / raw
  To: gentoo-commits

polynomial-c    10/08/11 14:01:18

  Added:                gobi_loader-0.7-makefile.patch
  Log:
  Let the Makefile respect LDFLAGS (bug #332221).
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-wireless/gobi_loader/files/gobi_loader-0.7-makefile.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gobi_loader/files/gobi_loader-0.7-makefile.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gobi_loader/files/gobi_loader-0.7-makefile.patch?rev=1.1&content-type=text/plain

Index: gobi_loader-0.7-makefile.patch
===================================================================
--- gobi_loader-0.7/Makefile
+++ gobi_loader-0.7/Makefile
@@ -1,15 +1,14 @@
 VERSION = 0.7
 
 gobi_loader: gobi_loader.c
-	gcc -Wall gobi_loader.c -o gobi_loader
+	gcc ${CFLAGS} ${LDFLAGS} -Wall gobi_loader.c -o gobi_loader
 
 all: gobi_loader
 
 install: gobi_loader
-	install -D gobi_loader ${prefix}/lib/udev/gobi_loader
-	install -D 60-gobi.rules ${prefix}/lib/udev/rules.d/60-gobi.rules
-	mkdir -p ${prefix}/lib/firmware
-	-udevadm control --reload-rules
+	install -D gobi_loader ${D}${prefix}/%LIBDIR%/udev/gobi_loader
+	install -D 60-gobi.rules ${D}${prefix}/etc/udev/rules.d/60-gobi.rules
+	mkdir -p ${D}${prefix}/lib/firmware
 
 uninstall:
 	-rm $(prefix)/lib/udev/gobi_loader






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-wireless/gobi_loader/files: gobi_loader-0.7-makefile.patch
@ 2012-11-16 13:21 Lars Wendler (polynomial-c)
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Wendler (polynomial-c) @ 2012-11-16 13:21 UTC (permalink / raw
  To: gentoo-commits

polynomial-c    12/11/16 13:21:12

  Modified:             gobi_loader-0.7-makefile.patch
  Log:
  Fixed installation location of udev rules file (bug #430112)
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)

Revision  Changes    Path
1.2                  net-wireless/gobi_loader/files/gobi_loader-0.7-makefile.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gobi_loader/files/gobi_loader-0.7-makefile.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gobi_loader/files/gobi_loader-0.7-makefile.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/gobi_loader/files/gobi_loader-0.7-makefile.patch?r1=1.1&r2=1.2

Index: gobi_loader-0.7-makefile.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-wireless/gobi_loader/files/gobi_loader-0.7-makefile.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gobi_loader-0.7-makefile.patch	11 Aug 2010 14:01:18 -0000	1.1
+++ gobi_loader-0.7-makefile.patch	16 Nov 2012 13:21:12 -0000	1.2
@@ -14,8 +14,8 @@
 -	install -D 60-gobi.rules ${prefix}/lib/udev/rules.d/60-gobi.rules
 -	mkdir -p ${prefix}/lib/firmware
 -	-udevadm control --reload-rules
-+	install -D gobi_loader ${D}${prefix}/%LIBDIR%/udev/gobi_loader
-+	install -D 60-gobi.rules ${D}${prefix}/etc/udev/rules.d/60-gobi.rules
++	install -D gobi_loader ${D}%UDEVDIR%/gobi_loader
++	install -D 60-gobi.rules ${D}%UDEVDIR%/rules.d/60-gobi.rules
 +	mkdir -p ${D}${prefix}/lib/firmware
  
  uninstall:





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-11-16 13:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-16 13:21 [gentoo-commits] gentoo-x86 commit in net-wireless/gobi_loader/files: gobi_loader-0.7-makefile.patch Lars Wendler (polynomial-c)
  -- strict thread matches above, loose matches on Subject: below --
2010-08-11 14:01 Lars Wendler (polynomial-c)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox