/
nerfur
/
openbsd-src
Обзор
Документация
Войти
/
nerfur
/
openbsd-src
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
usr.bin/cpp/Makefile
18 строк
307 B
guenther
Use shell arrays to store arguments instead of building a string for eval.
09 дек 2013, 06:35
09 дек 2013, 06:35
80cb846
Код
Авторство
О чём код?
# $OpenBSD: Makefile,v 1.12 2013/12/09 02:35:09 guenther Exp $ .include <bsd.own.mk> NOMAN= PROG=cpp SRCS= INSTALL_STRIP= cpp: cpp.sh .if ${COMPILER_VERSION:L} == "gcc3" sed -e 's/@GNUC@/-D__GNUC__/' ${.CURDIR}/cpp.sh >$@ .else sed -e 's/@GNUC@//' ${.CURDIR}/cpp.sh >$@ .endif .include <bsd.prog.mk>