CVS commit: src/libexec/ld.aout_so

2013-07-18 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Jul 18 21:39:11 UTC 2013

Modified Files:
src/libexec/ld.aout_so: Makefile

Log Message:
Use ${MACHINE_CPU} for m68k


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/libexec/ld.aout_so/Makefile

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

Modified files:

Index: src/libexec/ld.aout_so/Makefile
diff -u src/libexec/ld.aout_so/Makefile:1.49 src/libexec/ld.aout_so/Makefile:1.50
--- src/libexec/ld.aout_so/Makefile:1.49	Tue Feb  5 15:19:18 2013
+++ src/libexec/ld.aout_so/Makefile	Thu Jul 18 21:39:11 2013
@@ -1,10 +1,11 @@
-#	$NetBSD: Makefile,v 1.49 2013/02/05 15:19:18 martin Exp $
+#	$NetBSD: Makefile,v 1.50 2013/07/18 21:39:11 matt Exp $
 
 .include bsd.own.mk			# for MKPIC definition
 .include bsd.endian.mk		# for TARGET_ENDIANNESS
 
 .if ${MKPIC} != no
-.if ${TARGET_ENDIANNESS} == 1234  ${MACHINE_CPU} == arm
+.if (${TARGET_ENDIANNESS} == 1234  ${MACHINE_CPU} == arm) \
+|| ${MACHINE_CPU} == m68k
 UUDECODE_FILES=	ld.so.${MACHINE_CPU}
 .else
 UUDECODE_FILES=	ld.so.${MACHINE_ARCH}



CVS commit: src/libexec/ld.aout_so

2013-02-05 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Tue Feb  5 15:19:18 UTC 2013

Modified Files:
src/libexec/ld.aout_so: Makefile

Log Message:
Make sure UUDECODE_FILES is empty if we do not have an old ld.so_aout
(on architectures that never used a.out)


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/libexec/ld.aout_so/Makefile

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

Modified files:

Index: src/libexec/ld.aout_so/Makefile
diff -u src/libexec/ld.aout_so/Makefile:1.48 src/libexec/ld.aout_so/Makefile:1.49
--- src/libexec/ld.aout_so/Makefile:1.48	Tue Feb  5 07:22:59 2013
+++ src/libexec/ld.aout_so/Makefile	Tue Feb  5 15:19:18 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.48 2013/02/05 07:22:59 matt Exp $
+#	$NetBSD: Makefile,v 1.49 2013/02/05 15:19:18 martin Exp $
 
 .include bsd.own.mk			# for MKPIC definition
 .include bsd.endian.mk		# for TARGET_ENDIANNESS
@@ -20,6 +20,8 @@ all dependall: ${FILES}
 
 ld.so:	${UUDECODE_FILES}
 
+.else
+UUDECODE_FILES=
 .endif
 .endif
 



CVS commit: src/libexec/ld.aout_so

2011-01-01 Thread Iain Hibbert
Module Name:src
Committed By:   plunky
Date:   Sat Jan  1 16:34:53 UTC 2011

Modified Files:
src/libexec/ld.aout_so: ld.aout_so.1

Log Message:
the Name for this manpage is ld.aout_so. Use it.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/libexec/ld.aout_so/ld.aout_so.1

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

Modified files:

Index: src/libexec/ld.aout_so/ld.aout_so.1
diff -u src/libexec/ld.aout_so/ld.aout_so.1:1.9 src/libexec/ld.aout_so/ld.aout_so.1:1.10
--- src/libexec/ld.aout_so/ld.aout_so.1:1.9	Wed Apr  8 15:05:58 2009
+++ src/libexec/ld.aout_so/ld.aout_so.1	Sat Jan  1 16:34:52 2011
@@ -1,4 +1,4 @@
-.\	$NetBSD: ld.aout_so.1,v 1.9 2009/04/08 15:05:58 joerg Exp $
+.\	$NetBSD: ld.aout_so.1,v 1.10 2011/01/01 16:34:52 plunky Exp $
 .\
 .\ Copyright (c) 1998 The NetBSD Foundation, Inc.
 .\ All rights reserved.
@@ -27,11 +27,11 @@
 .\ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\ POSSIBILITY OF SUCH DAMAGE.
 .\
-.Dd March 24, 2000
+.Dd January 1, 2011
 .Dt LD.AOUT_SO 1
 .Os
 .Sh NAME
-.Nm ld.so
+.Nm ld.aout_so
 .Nd run-time link-editor
 .Sh DESCRIPTION
 .Nm