You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

10 lines
283 B

SUBDIRS = src other doc include
messages:
@set fnord $(MAKEFLAGS); amf=$$2; \
for subdir in src; do \
echo "Making messages in $$subdir"; \
(cd $$subdir && $(MAKE) messages) \
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$$fail"