Makefile: drop /etc/make.globals sym, bug #427862
authorZac Medico <zmedico@gentoo.org>
Tue, 24 Jul 2012 18:34:39 +0000 (11:34 -0700)
committerZac 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

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"; \
        \