[Debian-live-changes] r1459 - in dists/trunk/live-initramfs: . debian

Daniel Baumann daniel at alioth.debian.org
Fri May 11 13:23:33 UTC 2007


Author: daniel
Date: 2007-05-11 13:23:33 +0000 (Fri, 11 May 2007)
New Revision: 1459

Modified:
   dists/trunk/live-initramfs/Makefile
   dists/trunk/live-initramfs/debian/rules
Log:


Modified: dists/trunk/live-initramfs/Makefile
===================================================================
--- dists/trunk/live-initramfs/Makefile	2007-05-11 12:03:23 UTC (rev 1458)
+++ dists/trunk/live-initramfs/Makefile	2007-05-11 13:23:33 UTC (rev 1459)
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+CFLAGS = -Wall -g -O2
+BUILD_SYSTEM := $(shell lsb_release --short --id)
+
 all: build
 
 test:

Modified: dists/trunk/live-initramfs/debian/rules
===================================================================
--- dists/trunk/live-initramfs/debian/rules	2007-05-11 12:03:23 UTC (rev 1458)
+++ dists/trunk/live-initramfs/debian/rules	2007-05-11 13:23:33 UTC (rev 1459)
@@ -11,9 +11,6 @@
 	CFLAGS += -O2
 endif
 
-# Looking in which build system we are
-BUILD_SYSTEM := $(shell lsb_release --short --id)
-
 upstream:
 	# Needs: subversion
 	cd .. && svn co svn://svn.debian.org/debian-live/dists/trunk/live-initramfs || true




More information about the Debian-live-changes mailing list