summaryrefslogtreecommitdiff
path: root/default.mk
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-05 20:43:32 +0000
committerRoy Marples <roy@marples.name>2008-01-05 20:43:32 +0000
commite6c9bdf2a30d84e35b783146ebe36314b4269ffb (patch)
treef9a3d84e4e70ae56a8d6b56d30fa4425cea1154c /default.mk
parentc92be49041a7b56f651a93e71e15e94bc8727489 (diff)
downloadopenrc-e6c9bdf2a30d84e35b783146ebe36314b4269ffb.tar.gz
openrc-e6c9bdf2a30d84e35b783146ebe36314b4269ffb.tar.bz2
openrc-e6c9bdf2a30d84e35b783146ebe36314b4269ffb.tar.xz
Add the missing changes from the recent Makefile updates
Diffstat (limited to 'default.mk')
-rw-r--r--default.mk26
1 files changed, 13 insertions, 13 deletions
diff --git a/default.mk b/default.mk
index 8f32e94..580648c 100644
--- a/default.mk
+++ b/default.mk
@@ -22,19 +22,19 @@ CONTENTS = $(_CONTENTS)$(shell $(_CONTENTS_SH))
_+_ ?= +
ECHODIR ?= true
_SUBDIR = @${_+_}for x in ${SUBDIR}; do \
- if test -d $$x; then \
- ${ECHODIR} "===> ${DIRPRFX}$$x ($@)"; \
- cd $$x; \
- ${MAKE} $@ DIRPRFX=${DIRPRFX}$$x/ || exit $$?; \
- cd ..; \
- fi; \
- if test -d $$x.${OS}; then \
- ${ECHODIR} "===> ${DIRPRFX}$$x.${OS} ($@)"; \
- cd $$x.${OS}; \
- ${MAKE} $@ DIRPRFX=${DIRPRFX}$$x/ || exit $$?; \
- cd ..; \
- fi; \
- done
+ if test -d $$x; then \
+ ${ECHODIR} "===> ${DIRPRFX}$$x ($@)"; \
+ cd $$x; \
+ ${MAKE} $@ DIRPRFX=${DIRPRFX}$$x/ || exit $$?; \
+ cd ..; \
+ fi; \
+ if test -d $$x.${OS}; then \
+ ${ECHODIR} "===> ${DIRPRFX}$$x.${OS} ($@)"; \
+ cd $$x.${OS}; \
+ ${MAKE} $@ DIRPRFX=${DIRPRFX}$$x/ || exit $$?; \
+ cd ..; \
+ fi; \
+done
all:
$(_SUBDIR)