Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 114138 Details for
Bug 168983
app-portage/gentoolkit-dev-0.2.6.2 Makefile use hardcoded make
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for 0.2.6.3
Makefile.patch (text/plain), 1.74 KB, created by
Roy Marples (RETIRED)
on 2007-03-23 15:51:55 UTC
(
hide
)
Description:
Patch for 0.2.6.3
Filename:
MIME Type:
Creator:
Roy Marples (RETIRED)
Created:
2007-03-23 15:51:55 UTC
Size:
1.74 KB
patch
obsolete
>--- Makefile.orig 2007-03-21 15:56:02 +0000 >+++ Makefile 2007-03-23 15:50:42 +0000 >@@ -26,7 +26,7 @@ > dist-gentoolkit-dev: > mkdir -p release/gentoolkit-dev-$(VERSION)$(RELEASE_TAG) > for x in ekeyword echangelog ego ebump gensync eviewcvs ; do \ >- ( cd src/$$x ; make distdir=release/gentoolkit-dev-$(VERSION)$(RELEASE_TAG) dist ) \ >+ ( cd src/$$x ; $(MAKE) distdir=release/gentoolkit-dev-$(VERSION)$(RELEASE_TAG) dist ) \ > done > cp Makefile AUTHORS README README.Developer TODO COPYING NEWS ChangeLog release/gentoolkit-dev-$(VERSION)$(RELEASE_TAG)/ > cat makedefs.mak | \ >@@ -40,7 +40,7 @@ > mkdir -p release/gentoolkit-$(VERSION)$(RELEASE_TAG) > rm -rf release/gentoolkit-$(VERSION)$(RELEASE_TAG)/ > for x in eclean equery eread etcat euse qpkg gentoolkit revdep-rebuild glsa-check genpkgindex epkginfo; do \ >- ( cd src/$$x ; make distdir=release/gentoolkit-$(VERSION)$(RELEASE_TAG) dist ) \ >+ ( cd src/$$x ; $(MAKE) distdir=release/gentoolkit-$(VERSION)$(RELEASE_TAG) dist ) \ > done > cp Makefile AUTHORS README TODO COPYING NEWS ChangeLog release/gentoolkit-$(VERSION)$(RELEASE_TAG)/ > cp src/99gentoolkit-env release/gentoolkit-$(VERSION)$(RELEASE_TAG)/src/ >@@ -66,7 +66,7 @@ > install -m 0644 src/99gentoolkit-env $(sysconfdir)/env.d/ > > for x in eclean equery eread etcat euse qpkg gentoolkit revdep-rebuild glsa-check genpkgindex epkginfo; do \ >- ( cd src/$$x ; make DESTDIR=$(DESTDIR) install ) \ >+ ( cd src/$$x ; $(MAKE) DESTDIR=$(DESTDIR) install ) \ > done > > >@@ -81,5 +81,5 @@ > install -m 0644 AUTHORS ChangeLog COPYING NEWS README README.Developer TODO $(docdir)/ > > for x in ekeyword echangelog ego ebump gensync eviewcvs ; do \ >- ( cd src/$$x ; make DESTDIR=$(DESTDIR) install ) \ >+ ( cd src/$$x ; $(MAKE) DESTDIR=$(DESTDIR) install ) \ > done
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 168983
:
111788
| 114138