From: Daniel Baumann Date: Mon, 6 Dec 2010 14:35:23 +0000 (+0100) Subject: Don't hard-depend on test target in Makefile. X-Git-Tag: debian/3.0_a15-1~15 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=0d16fc697a6aca659d65cf0cb4dda836cdf0e981;hp=8b5170285e4a7f2e18fc49ad99ac44d1647ced27;p=live-boot-grml.git Don't hard-depend on test target in Makefile. --- diff --git a/Makefile b/Makefile index 6f69012..cb931ca 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ LANGUAGES = de SCRIPTS = bin/* hooks/* scripts/live scripts/live-functions scripts/live-helpers scripts/*/* -all: test build +all: build test: @echo -n "Checking for syntax errors" diff --git a/debian/rules b/debian/rules index bcd2d2d..7c47745 100755 --- a/debian/rules +++ b/debian/rules @@ -3,9 +3,6 @@ %: dh ${@} -override_dh_auto_build: - # disabled - override_dh_auto_install: $(MAKE) DESTDIR=$(CURDIR)/debian/live-boot install