From 2ee6f3cb4379aef177f33d8ad63994ef1fde5117 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:53:09 +0000 Subject: Remove make startup; make mkdir build not cause the who... Author: che Date: 1999-03-16 19:30:31 GMT Remove make startup; make mkdir build not cause the whole thing to croak on failure --- debian/rules | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 3de998888..07368bfad 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,7 @@ # Made with the aid of dh_make, by Craig Small # Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. # Some lines taken from debmake, by Christoph Lameter. -# $Id: rules,v 1.8 1999/03/16 09:43:41 mblevin Exp $ +# $Id: rules,v 1.9 1999/03/16 19:30:31 che Exp $ # Uncomment this to turn on verbose mode. @@ -14,8 +14,7 @@ export LIBAPT_MAJOR=`egrep '^MAJOR=' apt-pkg/makefile |cut -d '=' -f 2` build: build-stamp build-stamp: configure dh_testdir - mkdir build - make startup + -mkdir build cd build; ../configure cd .. # cd build && CXXFLAGS="-g -Wall -D_POSIX_C_SOURCE=199309" ../configure --disable-nls --disable-static --prefix=/usr -- cgit v1.2.3