aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-07-24 11:34:39 -0700
committerZac Medico <zmedico@gentoo.org>2012-07-24 11:34:39 -0700
commitefb58888bc3900d42c24db9f7ff9f820e93eeb57 (patch)
tree3e153267cfaa45ee2fc209815d04b6aab64df326 /Makefile
parentmake.conf: clarify -frecord-gcc-switches (diff)
downloadportage-efb58888bc3900d42c24db9f7ff9f820e93eeb57.tar.gz
portage-efb58888bc3900d42c24db9f7ff9f820e93eeb57.tar.bz2
portage-efb58888bc3900d42c24db9f7ff9f820e93eeb57.zip
Makefile: drop /etc/make.globals sym, bug #427862
Any consumers of /etc/make.globals can be fixed to use /usr/share/portage/config/make.globals directly.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c49cc669c..f074dcfa3 100644
--- 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"; \
\