Makefile SH variable now tweaks the default shell used by our scripts.
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
DIR= /etc
|
||||
SRCS= rc.in rc.shutdown.in
|
||||
OBJS= ${SRCS:.in=}
|
||||
CONF= ${OBJS}
|
||||
|
||||
CONF= ${CONTENTS}
|
||||
|
||||
MK= ../mk
|
||||
include ${MK}/scripts.mk
|
||||
@@ -10,5 +7,4 @@ include Makefile.${OS}
|
||||
|
||||
.SUFFIXES: .in
|
||||
.in:
|
||||
sed -e s':@TERM@:${DEFTERM}:' $< > $@
|
||||
|
||||
sed -e 's:@SHELL@:${SHELL}:' -e 's:@TERM@:${DEFTERM}:' $< > $@
|
||||
|
Reference in New Issue
Block a user