commit 543329e56561498d53f24b95d26cc33341abef6d parent 7f64779038b759917442d879f799b5b24db7b2fc Author: Gerrit Pape <pape@smarden.org> Date: Tue, 30 Mar 2004 17:05:16 +0000 * debian/rules: remove workaround to suppress gcc-3.3 warnings (closes: #239995). Diffstat:
M | debian/changelog | | | 4 | +++- |
M | debian/rules | | | 6 | ++---- |
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog @@ -4,8 +4,10 @@ runit (1.0.2-1) unstable; urgency=low * debian/implicit: update to revision 1.8. * debian/control: Build-Depends: dietlibc-dev (>> 0.25-0) (fixes build/testing failure on arm). + * debian/rules: remove workaround to suppress gcc-3.3 warnings (closes: + #239995). - -- Gerrit Pape <pape@smarden.org> Sun, 28 Mar 2004 18:46:32 +0000 + -- Gerrit Pape <pape@smarden.org> Tue, 30 Mar 2004 17:02:58 +0000 runit (1.0.1-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules @@ -41,17 +41,15 @@ DIR =`pwd`/debian/runit build: deb-checkdir build-stamp build-stamp: -gcc -v - test "$(DEB_HOST_ARCH)" != 'i386' || \ - ( mkdir -p .diet && echo '-Os -fomit-frame-pointer -falign-functions=0 -falign-jumps=0 -falign-loops=0 -mpreferred-stack-boundary=2' >.diet/gcc ) tar xfzp runit-1.0.2.tar.gz ln -s runit-1.0.2 admin/runit echo "$(CC) $(CFLAGS)" >admin/runit/src/conf-cc echo "$(CC) $(LDFLAGS)" >admin/runit/src/conf-ld - HOME="`pwd`" $(MAKE) -Cadmin/runit/src default check + $(MAKE) -Cadmin/runit/src default check touch build-stamp clean: deb-checkdir deb-checkuid - rm -rf admin .diet + rm -rf admin rm -f build-stamp rm -rf "$(DIR)" rm -f debian/files debian/substvars changelog