silence check

This commit is contained in:
ehouse 2005-02-08 07:10:36 +00:00
parent d96a0d9709
commit 590c08d355

View file

@ -127,7 +127,7 @@ all: _sanity $(PKGFILES) $(NAME).sis
mv $(NAME).sis $(NAME)-$(MAJOR).$(MINOR)-$(ARCH).sis
_sanity:
if [ "$(EPOC_$(SERIES))" = "" ]; then \
@if [ "$(EPOC_$(SERIES))" = "" ]; then \
echo " ---> ERROR: EPOC_$(SERIES) undefined in env"; \
exit 1; \
fi