Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 357247 | Differences between
and this patch

Collapse All | Expand All

(-)a/etc/Makefile (-1 / +9 lines)
Lines 8-12 include ${MK}/os.mk Link Here
8
include Makefile.${OS}
8
include Makefile.${OS}
9
include ${MK}/scripts.mk
9
include ${MK}/scripts.mk
10
10
11
# We can't use "ifndef" here because that treats set-but-empty
12
# as not-set which is not what we want
13
MKRCSYS ?= automagicplease
14
ifeq ($(MKRCSYS),automagicplease)
15
# If the user isn't picking a default, then have the
16
# config go with runtime automagic detection #357247
17
rc.conf: SED_EXTRA += -e '/^rc_sys=""/s:^:\#:'
18
MKRCSYS =
19
endif
11
rc.conf: rc.conf.in rc.conf.${OS}
20
rc.conf: rc.conf.in rc.conf.${OS}
12
	${SED} ${SED_REPLACE} ${SED_EXTRA} $^ > $@
21
	${SED} ${SED_REPLACE} ${SED_EXTRA} $^ > $@
13
- 

Return to bug 357247