projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e85383
)
Makefile: drop /etc/make.globals sym, bug #427862
author
Zac Medico
<zmedico@gentoo.org>
Tue, 24 Jul 2012 18:34:39 +0000
(11:34 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 24 Jul 2012 18:34:39 +0000
(11:34 -0700)
Any consumers of /etc/make.globals can be fixed to use
/usr/share/portage/config/make.globals directly.
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index c49cc669c3fc27c7e228e6909c4cbc0ea70380c9..f074dcfa36523940131af33f16fbac3f708acd19 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-81,7
+81,6
@@
install:
cd "$(srcdir)/cnf"; \
install -m$(INSMODE) $(PORTAGE_CONFDIR_FILES) \
"$(DESTDIR)$(portage_confdir)"; \
- ln -sf "..$(portage_confdir)/make.globals" "$(DESTDIR)$(sysconfdir)"; \
install -m$(INSMODE) "$(srcdir)/cnf/make.conf" \
"$(DESTDIR)$(portage_confdir)/make.conf.example"; \
\