[Forensics-changes] [SCM] debian-forensics/reglookup branch, debian, updated. upstream/0.4.0-16-g60b7fb8

Daniel Baumann daniel at debian.org
Sat Feb 23 22:13:10 UTC 2008


The following commit has been merged in the debian branch:
commit 60b7fb810bc9c9c6fcd9cac3629eacd74e5c06fd
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Feb 23 23:13:32 2008 +0100

    Moving -Wall to CFLAGS for consistency.

diff --git a/debian/rules b/debian/rules
index 26bbc07..7a6a241 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-CFLAGS = -g
+CFLAGS = -g -Wall
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0
@@ -21,7 +21,7 @@ build: build-stamp
 build-stamp:
 	dh_testdir
 
-	$(MAKE) OPTS="-std=gnu89 -pedantic -Wall $(CFLAGS)" INC="-I/usr/include" LIB="-L/usr/lib"
+	$(MAKE) OPTS="-std=gnu89 -pedantic $(CFLAGS)" INC="-I/usr/include" LIB="-L/usr/lib"
 
 	touch build-stamp
 

-- 
debian-forensics/reglookup



More information about the forensics-changes mailing list