Subject: distrib/miniroot/Makefile change?
To: None <current-users@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: current-users
Date: 05/07/2002 00:45:30
Hi,
it seems like the latest make release build problems on atari
are caused by distrib/atari/miniroot/list being pulled after
distrib/miniroot/list, and thus libhack.o got included
_after_ the common system libs via LIBS.
I'm not quite sure why this ever worked. However, following
patch should fix this. Wouldn't it break anything for
other ports using miniroot?
Jaromir
Index: Makefile
===================================================================
RCS file: /cvsroot/basesrc/distrib/miniroot/Makefile,v
retrieving revision 1.60
diff -u -p -r1.60 Makefile
--- Makefile 2002/05/02 18:02:41 1.60
+++ Makefile 2002/05/06 22:48:22
@@ -9,7 +9,7 @@ ARCHDIR= ${.CURDIR}/../${MACHINE}/miniro
CRUNCHBIN= instbin
CRUNCHGEN_FLAGS= -d "${DBG}"
-LISTS= ${.CURDIR}/list ${ARCHDIR}/list
+LISTS= ${ARCHDIR}/list ${.CURDIR}/list
MTREECONF= ${DISTRIBDIR}/common/mtree.common
IMAGE= miniroot.fs
IMAGEDEPENDS= ${CRUNCHBIN} install.sub install.sh upgrade.sh \
--
Jaromir Dolecek <jdolecek@NetBSD.org> http://www.NetBSD.org/Ports/i386/ps2.html
-=- We should be mindful of the potential goal, but as the tantric -=-
-=- Buddhist masters say, ``You may notice during meditation that you -=-
-=- sometimes levitate or glow. Do not let this distract you.'' -=-