* [gentoo-commits] gentoo-x86 commit in app-admin/genromfs/files: genromfs-0.5.2-build.patch
@ 2008-09-22 19:10 Mike Frysinger (vapier)
0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2008-09-22 19:10 UTC (permalink / raw
To: gentoo-commits
vapier 08/09/22 19:10:56
Added: genromfs-0.5.2-build.patch
Log:
Version bump #185911 by Kevin Fullerton.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.2 x86_64)
Revision Changes Path
1.1 app-admin/genromfs/files/genromfs-0.5.2-build.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/genromfs/files/genromfs-0.5.2-build.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/genromfs/files/genromfs-0.5.2-build.patch?rev=1.1&content-type=text/plain
Index: genromfs-0.5.2-build.patch
===================================================================
--- Makefile
+++ Makefile
@@ -6,8 +6,9 @@
PACKAGE = genromfs
VERSION = 0.5.2
-CC = gcc
-CFLAGS = -O2 -Wall -DVERSION=\"$(VERSION)\"#-g#
-LDFLAGS = -s#-g
+CC ?= gcc
+CFLAGS ?= -O2
+CFLAGS += -Wall -DVERSION=\"$(VERSION)\"#-g#
+LDFLAGS ?= -s#-g
DISTDIR = $(PACKAGE)-$(VERSION)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-admin/genromfs/files: genromfs-0.5.2-build.patch
@ 2012-07-16 20:19 Michael Palimaka (kensington)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Palimaka (kensington) @ 2012-07-16 20:19 UTC (permalink / raw
To: gentoo-commits
kensington 12/07/16 20:19:42
Modified: genromfs-0.5.2-build.patch
Log:
Migrate to EAPI 4.
(Portage version: 2.1.11.5/cvs/Linux x86_64)
Revision Changes Path
1.2 app-admin/genromfs/files/genromfs-0.5.2-build.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/genromfs/files/genromfs-0.5.2-build.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/genromfs/files/genromfs-0.5.2-build.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/genromfs/files/genromfs-0.5.2-build.patch?r1=1.1&r2=1.2
Index: genromfs-0.5.2-build.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/genromfs/files/genromfs-0.5.2-build.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- genromfs-0.5.2-build.patch 22 Sep 2008 19:10:55 -0000 1.1
+++ genromfs-0.5.2-build.patch 16 Jul 2012 20:19:42 -0000 1.2
@@ -1,6 +1,7 @@
--- Makefile
+++ Makefile
-@@ -6,8 +6,9 @@
+@@ -5,9 +5,10 @@
+
PACKAGE = genromfs
VERSION = 0.5.2
-CC = gcc
@@ -13,3 +14,15 @@
DISTDIR = $(PACKAGE)-$(VERSION)
+@@ -16,9 +17,9 @@
+ readme-kernel-patch genrommkdev romfs.txt \
+ checkdist
+
+-prefix = /usr
++prefix = $(DESTDIR)/usr
+ bindir = $(prefix)/bin
+-mandir = $(prefix)/man
++mandir = $(prefix)/share/man
+
+ genromfs: genromfs.o
+ $(CC) $(LDFLAGS) genromfs.o -o genromfs
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-16 20:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-16 20:19 [gentoo-commits] gentoo-x86 commit in app-admin/genromfs/files: genromfs-0.5.2-build.patch Michael Palimaka (kensington)
-- strict thread matches above, loose matches on Subject: below --
2008-09-22 19:10 Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox