1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 16:40:24 +02:00

zsh-workers/8320

This commit is contained in:
Tanaka Akira 1999-10-18 10:24:52 +00:00
parent 910dc80a58
commit 9411b0e51a
4 changed files with 69 additions and 65 deletions

View file

@ -5,12 +5,12 @@ objects="rlimits.o"
:<<\Make
rlimits.o rlimits..o: rlimits.h
# this file will not be made if limits are unavailable:
# silent so the warning doesn't appear unless necessary
# this file will not be made if limits are unavailable
rlimits.h: rlimits.awk @RLIMITS_INC_H@
@echo '$(AWK) -f $(sdir)/rlimits.awk @RLIMITS_INC_H@ > rlimits.h'; \
$(AWK) -f $(sdir)/rlimits.awk @RLIMITS_INC_H@ > rlimits.h || \
echo WARNING: unknown limits: mail rlimits.h to developers
$(AWK) -f $(sdir)/rlimits.awk @RLIMITS_INC_H@ > rlimits.h
@if grep ZLIMTYPE_UNKNOWN rlimits.h >/dev/null; then \
echo >&2 WARNING: unknown limits: mail rlimits.h to developers; \
else :; fi
clean-here: clean.rlimits
clean.rlimits: