/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.7
test/Makefile.am
16 строк
260 B
Ville Skyttä
autotools: Use MKDIR_P instead of mkdir_p (Alioth: #313671).
08 июн 2012, 19:59
08 июн 2012, 19:59
f8ac6a5
Код
Авторство
О чём код?
DEJATOOL = completion install unit AM_RUNTESTFLAGS = --outdir log --ignore $(PACKAGE).log EXTRA_DIST = completion \ config \ fixtures \ lib \ unit all: $(MKDIR_P) log tmp distclean-local: rm -rf log tmp AUTOMAKE_OPTIONS = dejagnu