Save some space on the ramdisks, actually use -DSMALL
authorjca <jca@openbsd.org>
Mon, 4 Sep 2023 17:08:03 +0000 (17:08 +0000)
committerjca <jca@openbsd.org>
Mon, 4 Sep 2023 17:08:03 +0000 (17:08 +0000)
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

index ae415cb..d60465e 100644 (file)
@@ -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\