/
niceSOFT
/
make
Обзор
Документация
Войти
/
niceSOFT
/
make
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/scripts/targets/FORCE
19 строк
484 B
Paul Smith
Portability changes for the test suite.
26 дек 2016, 17:01
26 дек 2016, 17:01
45bf0e3
Код
Авторство
О чём код?
# -*-perl-*- $description = "The following tests rules without Commands or Dependencies."; # Create a file named "clean". This is the same name as the target clean # and tricks the target into thinking that it is up to date. (Unless you # use the .PHONY target. touch('clean'); run_make_test(qq! .IGNORE : clean: FORCE ; $CMD_rmfile clean FORCE: !, '', "$CMD_rmfile clean"); rmfiles('clean'); 1;