Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37716205
en ru br
Репозитории ALT
S:2.12.0-alt1
5.1: 1.37-alt1
www.altlinux.org/Changes

Группа :: Development/Tools
Пакет: cppcheck

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: cppcheck-1.78-norebuild.patch
Скачать


diff -uNrBbwp cppcheck-1.78/Makefile cppcheck-1.78-new/Makefile
--- cppcheck-1.78/Makefile	2017-04-28 03:27:36.539560672 +0000
+++ cppcheck-1.78-new/Makefile	2017-04-28 03:26:54.652566107 +0000
@@ -256,10 +256,10 @@ all:	cppcheck testrunner
 testrunner: $(TESTOBJ) $(LIBOBJ) $(EXTOBJ) cli/threadexecutor.o cli/cmdlineparser.o cli/cppcheckexecutor.o cli/filelister.o
 	$(CXX) $(CPPFLAGS) $(CXXFLAGS) -o testrunner $(TESTOBJ) $(LIBOBJ) cli/threadexecutor.o cli/cppcheckexecutor.o cli/cmdlineparser.o cli/filelister.o $(EXTOBJ) $(LIBS) $(LDFLAGS) $(RDYNAMIC)
 
-test:	all
+test:	testrunner
 	./testrunner
 
-check:	all
+check:	testrunner
 	./testrunner -q
 
 checkcfg:	cppcheck
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin