From 4da689f74e6d0cbee32e83045eea339c03c40a02 Mon Sep 17 00:00:00 2001 From: jca Date: Mon, 4 Sep 2023 17:08:03 +0000 Subject: [PATCH] Save some space on the ramdisks, actually use -DSMALL This disables the helpers that recognize compressed archives when the user failed to use the proper flag/command. Those are not terribly useful on the ramdisks and the fallback behavior is sane. Went through a make release Just In Case(tm). Spotted by caspar@, ok millert@ sthen@ caspar@ --- distrib/special/pax/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/special/pax/Makefile b/distrib/special/pax/Makefile index ae415cb7a1f..d60465e469c 100644 --- a/distrib/special/pax/Makefile +++ b/distrib/special/pax/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.2 2018/09/13 16:34:33 sthen Exp $ +# $OpenBSD: Makefile,v 1.3 2023/09/04 17:08:03 jca Exp $ .PATH: ${.CURDIR}/../../../bin/pax -CFLAGS+=-DNOCPIO -I${.CURDIR}/../../../bin/pax +CFLAGS+=-DNOCPIO -DSMALL -I${.CURDIR}/../../../bin/pax PROG= pax SRCS= ar_io.c ar_subs.c buf_subs.c file_subs.c ftree.c\ -- 2.20.1