Module Name:    src
Committed By:   riastradh
Date:           Fri Nov 22 14:54:37 UTC 2024

Modified Files:
        src: UPDATING

Log Message:
UPDATING: Really only need make clean, not cleandir, for libarchive.

*.d and .depend files are still fine, just the .so that needs to be
relinked.


To generate a diff of this commit:
cvs rdiff -u -r1.369 -r1.370 src/UPDATING

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/UPDATING
diff -u src/UPDATING:1.369 src/UPDATING:1.370
--- src/UPDATING:1.369	Fri Nov 22 14:53:57 2024
+++ src/UPDATING	Fri Nov 22 14:54:36 2024
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.369 2024/11/22 14:53:57 riastradh Exp $
+$NetBSD: UPDATING,v 1.370 2024/11/22 14:54:36 riastradh Exp $
 
 This file (UPDATING) is intended to be a brief reference to recent
 changes that might cause problems in the build process, and a guide for
@@ -23,7 +23,7 @@ Recent changes:
 	Changes to libarchive's build options require cleaning its
 	objdir in update builds:
 
-	cd external/bsd/libarchive/lib && $TOOLDIR/bin/nbmake-$ARCH cleandir
+	cd external/bsd/libarchive/lib && $TOOLDIR/bin/nbmake-$ARCH clean
 
 	Changes to bsd.lib.mk to improve detecting differences in
 	shared library symbol exports may cause some .actsym files in

Reply via email to