Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sun3/stand/libsa Get ctrlsp.S via .PATH directive, ...



details:   https://anonhg.NetBSD.org/src/rev/9a25e1f9b234
branches:  trunk
changeset: 526549:9a25e1f9b234
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sun May 05 20:38:48 2002 +0000

description:
Get ctrlsp.S via .PATH directive, rather than adding full path
to SRCS. This should fix build problem with ro source tree.

diffstat:

 sys/arch/sun3/stand/libsa/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r bc6657cee45b -r 9a25e1f9b234 sys/arch/sun3/stand/libsa/Makefile
--- a/sys/arch/sun3/stand/libsa/Makefile        Sun May 05 20:11:37 2002 +0000
+++ b/sys/arch/sun3/stand/libsa/Makefile        Sun May 05 20:38:48 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.37 2002/04/18 15:39:02 bouyer Exp $
+#      $NetBSD: Makefile,v 1.38 2002/05/05 20:38:48 jdolecek Exp $
 
 LIB=sa
 
@@ -44,7 +44,9 @@
         sun3.c sun3x.c vers.c xxboot.c
 
 SRCS= ${SRC_net} ${SRC_sa} ${SRC_kern} ${SRC_here}
-SRCS+= ${S}/arch/sun3/sun3/ctrlsp.S
+
+.PATH: ${S}/arch/sun3/sun3
+SRCS+= ctrlsp.S
 
 # only needed during build
 libinstall::



Home | Main Index | Thread Index | Old Index