chiark / gitweb /
build improvements
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 27 Jan 2013 15:27:16 +0000 (15:27 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 27 Jan 2013 15:27:16 +0000 (15:27 +0000)
debian/changelog
settings.make
www-cgi/Makefile

index 6f9b1e01e1aab83ea7a3b6993883aa1851bc8b0d..11faf52bccf0a4328b5d08458a40c0d2047fbd4b 100644 (file)
@@ -4,6 +4,8 @@ userv-utils (0.5.0) unstable; urgency=low
   * ipif: Improve documentation comment.
   * ipif: Some portability improvements.
   * Remove .cvsignore files.
   * ipif: Improve documentation comment.
   * ipif: Some portability improvements.
   * Remove .cvsignore files.
+  * Pass -g to linker, by default.
+  * www-cgi: clean target removes *.o.
 
  --
 
 
  --
 
index 2fa37e7ecbb48bf87c3853a66cad47b22e2874c4..0c4de29eea65d740e842f9a72b8178518ddc486b 100644 (file)
@@ -40,7 +40,7 @@ services=     $(etcuserv)/services.d
 CFLAGS=        -Wall -Wwrite-strings -Wmissing-prototypes -Wstrict-prototypes \
        -Wpointer-arith -D_GNU_SOURCE -Wno-pointer-sign \
        $(OPTIMISE) $(DEBUG) $(SUBDIR_CFLAGS)
 CFLAGS=        -Wall -Wwrite-strings -Wmissing-prototypes -Wstrict-prototypes \
        -Wpointer-arith -D_GNU_SOURCE -Wno-pointer-sign \
        $(OPTIMISE) $(DEBUG) $(SUBDIR_CFLAGS)
-LDFLAGS= $(SUBDIR_LDFLAGS)
+LDFLAGS= $(SUBDIR_LDFLAGS) $(DEBUG)
 
 OPTIMISE=      -O2
 DEBUG=         -g
 
 OPTIMISE=      -O2
 DEBUG=         -g
index 440de6b27edd5a995a3f218746870da8fc1c1b1b..57c1d6a0f3f59c0252d40c4c685f3d373504ed20 100644 (file)
@@ -44,4 +44,4 @@ install-examples:
 install-docs:
 
 clean distclean realclean:
 install-docs:
 
 clean distclean realclean:
-               rm -f $(TARGETS)
+               rm -f $(TARGETS) *.o