Subject: CVS commit: basesrc/bin/pax
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 10/12/2002 21:49:31
Module Name: basesrc
Committed By: thorpej
Date: Sat Oct 12 18:49:30 UTC 2002
Modified Files:
basesrc/bin/pax: Makefile ar_io.c pax.h
Log Message:
It doesn't help much to skip linking librmt if HOSTPROG but leave
all the librmt calls in the program. So, make librmt support conditional
on #ifdef SUPPORT_RMT, and define that when NOT building as a HOSTPROG.
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 basesrc/bin/pax/Makefile
cvs rdiff -r1.23 -r1.24 basesrc/bin/pax/ar_io.c
cvs rdiff -r1.14 -r1.15 basesrc/bin/pax/pax.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.