Source-Changes-HG archive

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

[src/trunk]: src/bin/pax make smaller if SMALLPROG is defined, not CRUNCHEDPR...



details:   https://anonhg.NetBSD.org/src/rev/77bb7d72e81c
branches:  trunk
changeset: 521635:77bb7d72e81c
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sat Feb 02 12:41:14 2002 +0000

description:
make smaller if SMALLPROG is defined, not CRUNCHEDPROG;  it's feasible
that a crunchgen(3)ed version of pax wants -USMALL ...

diffstat:

 bin/pax/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7918c007f135 -r 77bb7d72e81c bin/pax/Makefile
--- a/bin/pax/Makefile  Sat Feb 02 12:34:39 2002 +0000
+++ b/bin/pax/Makefile  Sat Feb 02 12:41:14 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.17 2002/02/02 12:34:39 lukem Exp $
+#      $NetBSD: Makefile,v 1.18 2002/02/02 12:41:14 lukem Exp $
 #       @(#)Makefile   8.1 (Berkeley) 5/31/93
 
 # To install on versions prior to BSD 4.4 the following may have to be
@@ -30,7 +30,7 @@
        gen_subs.c getoldopt.c options.c pat_rep.c pax.c sel_subs.c tables.c\
        tar.c tty_subs.c
 
-.ifdef CRUNCHEDPROG
+.ifdef SMALLPROG
 CPPFLAGS+=     -DSMALL
 .else
 SRCS+=         getid.c spec.c misc.c stat_flags.c pack_dev.c



Home | Main Index | Thread Index | Old Index