Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 144472 Details for
Bug 211227
Patch for makeedit.eclass to make it ready for eclass-manpages
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
makeedit.eclass.patch
makeedit.eclass.patch (text/plain), 1.21 KB, created by
mren
on 2008-02-24 01:28:41 UTC
(
hide
)
Description:
makeedit.eclass.patch
Filename:
MIME Type:
Creator:
mren
Created:
2008-02-24 01:28:41 UTC
Size:
1.21 KB
patch
obsolete
>--- makeedit.eclass.orig 2008-02-24 02:16:23.000000000 +0100 >+++ makeedit.eclass 2008-02-24 02:25:06.000000000 +0100 >@@ -1,14 +1,20 @@ >-# Copyright 1999-2004 Gentoo Foundation >+# Copyright 1999-2008 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/eclass/makeedit.eclass,v 1.11 2005/09/26 22:22:08 azarah Exp $ >-# >+ >+# @ECLASS: makeedit.eclass >+# @MAINTAINER: > # Author: Spider >+# @BLURB: An eclass to replace some flags in makefiles >+# @DESCRIPTION: > # >+# @CODE > # To use this eclass, do 2 things: > # 1. append-flags "$MAKEEDIT_FLAGS". If you filter-flags, make sure to do > # the append-flags afterward, otherwise you'll lose them. > # 2. after running configure or econf, call edit_makefiles to remove > # extraneous CFLAGS from your Makefiles. >+# @CODE > # > # This combination should reduce the RAM requirements of your build, and maybe > # even speed it up a bit. >@@ -16,6 +22,9 @@ > > MAKEEDIT_FLAGS="-Wno-return-type -w" > >+# @FUNCTION: edit_makefiles >+# @DESCRIPTION: >+# Removes some flags in makefiles > edit_makefiles() { > # We already add "-Wno-return-type -w" to compiler flags, so > # no need to replace "-Wall" and "-Wreturn-type" with them.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 211227
: 144472