[Debian-live-changes] r1432 - dists/trunk/live-helper

Daniel Baumann daniel at alioth.debian.org
Wed May 9 10:50:33 UTC 2007


Author: daniel
Date: 2007-05-09 10:50:32 +0000 (Wed, 09 May 2007)
New Revision: 1432

Modified:
   dists/trunk/live-helper/Makefile
Log:


Modified: dists/trunk/live-helper/Makefile
===================================================================
--- dists/trunk/live-helper/Makefile	2007-05-09 10:45:41 UTC (rev 1431)
+++ dists/trunk/live-helper/Makefile	2007-05-09 10:50:32 UTC (rev 1432)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-all: install
+all: build
 
 test:
 	set -e; for SCRIPT in functions/* examples/*.sh helpers/* hooks/*; \
@@ -8,6 +8,9 @@
 		sh -n $$SCRIPT; \
 	done
 
+build:
+	@echo "Nothing to build."
+
 install: test
 	# Installing executables
 	mkdir -p $(DESTDIR)/usr/bin




More information about the Debian-live-changes mailing list