Current-Users archive

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

Re: rndpseudo_50 not being built in $OBJDIR ?



On Tue, 20 Dec 2011, Paul Goyette wrote:
After a cvs update and then a 'build.sh release' I found these files in my source directory!

        src/sys/compat/common/rndpseudo_50.d
        src/sys/compat/common/rndpseudo_50.pico
        src/sys/compat/common/rndpseudo_50.po

Please try this patch (untested):

Index: src/sys/rump/dev/lib/librnd/Makefile
===================================================================
--- sys/rump/dev/lib/librnd/Makefile    19 Dec 2011 21:56:18 -0000      1.4
+++ sys/rump/dev/lib/librnd/Makefile    20 Dec 2011 16:15:30 -0000
@@ -2,11 +2,12 @@
 #
.PATH: ${.CURDIR}/../../../../dev
+.PATH: ${.CURDIR}/../../../../compat/common
LIB= rumpdev_rnd SRCS= rnd.c rndpseudo.c rndpool.c
-SRCS+=  ${.CURDIR}/../../../../compat/common/rndpseudo_50.c
+SRCS+=  rndpseudo_50.c
SRCS+= component.c

Home | Main Index | Thread Index | Old Index