Subject: install/7936: make release misses some stuff not compiled on powerpc
To: None <gnats-bugs@gnats.netbsd.org>
From: SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp>
List: netbsd-bugs
Date: 07/06/1999 11:07:02
>Number:         7936
>Category:       install
>Synopsis:       make release misses some stuff not compiled on powerpc
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    install-manager (NetBSD system installation bug manager)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Jul  6 11:05:02 1999
>Last-Modified:
>Originator:     SUNAGAWA Keiki
>Organization:
	no organization
>Release:        1999-07-06
>Environment:
	
System: NetBSD azarin 1.4D NetBSD 1.4D (AZARIN) #66: Sat Jul 3 11:38:43 JST 1999 kei@azarin:/var/anoncvs/syssrc/sys/arch/macppc/compile/AZARIN macppc


>Description:
	Since gdb and lkm stuff are not compiled by make release on macppc,
	they are missing in base.tgz, comp.tgz and man.tgz.

	gdb now works on powerpc, and lkm should; I don't check if the latter
	works though.

>How-To-Repeat:
	do 'make release' and look at stuff are missing in base.tgz, etc.
>Fix:
	apply the patch.

Index: Makefile
===================================================================
RCS file: /cvs/cvsroot/gnusrc/gnu/usr.bin/Makefile,v
retrieving revision 1.89
diff -u -r1.89 Makefile
--- Makefile	1999/05/01 16:38:17	1.89
+++ Makefile	1999/07/06 16:43:17
@@ -6,8 +6,7 @@
 SUBDIR+=	bc binutils cpio dc diff diff3 egcs gawk grep gprof groff
 SUBDIR+=	gzip ld.new rcs sdiff send-pr sort tar texinfo
 
-.if (${MACHINE_ARCH} != "powerpc") && \
-    (${MACHINE_ARCH} != "sparc64")
+.if (${MACHINE_ARCH} != "sparc64")
 SUBDIR+=	gdb
 .endif
 
Index: Makefile
===================================================================
RCS file: /cvs/cvsroot/syssrc/sys/Makefile,v
retrieving revision 1.36
diff -u -r1.36 Makefile
--- Makefile	1999/07/01 08:12:45	1.36
+++ Makefile	1999/07/06 16:40:53
@@ -4,8 +4,7 @@
 	netatalk netccitt netinet netinet6 netiso netkey netnatm netns \
 	nfs ntfs sys ufs uvm vm
 
-.if (${MACHINE_ARCH} != "powerpc" && \
-    ${MACHINE_ARCH} != "mipseb" && ${MACHINE_ARCH} != "mipsel")
+.if (${MACHINE_ARCH} != "mipseb" && ${MACHINE_ARCH} != "mipsel")
 
 SUBDIR+= lkm
 
>Audit-Trail:
>Unformatted: