[SCM] live-helper branch, debian-next, updated. debian/2.0_a13-1-4-g26ee7e6

Daniel Baumann daniel at debian.org
Mon May 24 20:17:22 UTC 2010


The following commit has been merged in the debian-next branch:
commit 26ee7e6713b196545a948ec0b336d50f8c6d55c8
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon May 24 22:11:06 2010 +0200

    Simplyfing makefile a bit.

diff --git a/Makefile b/Makefile
index 3b2caac..c084160 100644
--- a/Makefile
+++ b/Makefile
@@ -4,12 +4,14 @@ SHELL := sh -e
 
 LANGUAGES = de
 
+SCRIPTS = live-helper.sh cgi/* functions/* examples/*/*.sh helpers/* hooks/*
+
 all: test build
 
 test:
 	@echo -n "Checking for syntax errors"
 
-	@for SCRIPT in live-helper.sh cgi/* functions/* examples/*/*.sh helpers/* hooks/*; \
+	@for SCRIPT in $(SCRIPTS); \
 	do \
 		sh -n $${SCRIPT}; \
 		echo -n "."; \
@@ -21,7 +23,7 @@ test:
 
 	@if [ -x /usr/bin/checkbashisms ]; \
 	then \
-		for SCRIPT in live-helper.sh functions/* examples/*/*.sh helpers/* hooks/*; \
+		for SCRIPT in $(SCRIPTS); \
 		do \
 			checkbashisms $${SCRIPT}; \
 			echo -n "."; \

-- 
live-helper



More information about the debian-live-changes mailing list