Skip to content
Snippets Groups Projects
Commit 9ecd9236 authored by rswindell's avatar rswindell
Browse files

Experimental change for Mark Lewis: pass $(MAKEFLAGS) to recursive

makes (scfg, uedit, umonitor).
parent 7fa0ead9
No related branches found
No related tags found
No related merge requests found
......@@ -72,15 +72,15 @@ mono: xpdev-mt smblib \
.PHONY: scfg
scfg:
$(MAKE) -C scfg
$(MAKE) -C scfg $(MAKEFLAGS)
.PHONY: uedit
uedit:
$(MAKE) -C uedit
$(MAKE) -C uedit $(MAKEFLAGS)
.PHONY: umonitor
umonitor:
$(MAKE) -C umonitor
$(MAKE) -C umonitor $(MAKEFLAGS)
ifdef SBBSEXEC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment