Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/utils/x_ftp use -DNO_EDITCOMPLETE -DNO_ABOUT rather ...



details:   https://anonhg.NetBSD.org/src/rev/9dbc6a5ec073
branches:  trunk
changeset: 473995:9dbc6a5ec073
user:      cgd <cgd%NetBSD.org@localhost>
date:      Fri Jun 25 01:07:56 1999 +0000

description:
use -DNO_EDITCOMPLETE -DNO_ABOUT rather than -DSMALL.  The latter excludes
the progress meter code, which isn't particularly large and which is _very_
useful when downloading distribution sets from a not-local network.

diffstat:

 distrib/utils/x_ftp/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a201928617f8 -r 9dbc6a5ec073 distrib/utils/x_ftp/Makefile
--- a/distrib/utils/x_ftp/Makefile      Thu Jun 24 23:21:02 1999 +0000
+++ b/distrib/utils/x_ftp/Makefile      Fri Jun 25 01:07:56 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1999/06/21 01:19:36 cgd Exp $
+# $NetBSD: Makefile,v 1.6 1999/06/25 01:07:56 cgd Exp $
 # Build a smaller ftp (i.e. for boot media)
 
 PROG=  ftp
@@ -13,7 +13,7 @@
 SRCS=  cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c ruserpass.c \
        util.c
 
-CPPFLAGS+= -DSMALL -I${SRCDIR}
+CPPFLAGS+= -DNO_EDITCOMPLETE -DNO_ABOUT -I${SRCDIR}
 
 all: ${PROG}
 



Home | Main Index | Thread Index | Old Index