From efb58888bc3900d42c24db9f7ff9f820e93eeb57 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 24 Jul 2012 11:34:39 -0700 Subject: 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. --- Makefile | 1 - 1 file changed, 1 deletion(-) 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"; \ \ -- cgit v1.2.3-65-gdbad