Removed "make -C ..." in favor of a more portable method.

Added verbose output option to configure.
This commit is contained in:
b1v1r
2009-02-18 18:01:39 +00:00
parent 4f3c9d991a
commit bef5c53c09
3 changed files with 355 additions and 283 deletions

View File

@@ -66,8 +66,8 @@ install: install-mods
clean-extras:
@for dir in mlogc-src; do \
if test -d $$dir; then \
$(MAKE) -C $$dir clean; \
if test -d $$dir; then \
(cd $$dir && $(MAKE) clean); \
fi; \
done
@rm -rf ../tools/mlogc ../tools/mlogc-batch-load.pl
@@ -97,7 +97,7 @@ mod_security2.la: $(MOD_SECURITY2_H) *.c
### MLogC
mlogc:
@$(MAKE) -C mlogc-src mlogc \
@(cd mlogc-src && $(MAKE) mlogc) \
&& cp -p mlogc-src/mlogc ../tools \
&& cp -p mlogc-src/mlogc-batch-load.pl ../tools \
&& echo \