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, Alan Barrett wrote:

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

Patch works - build.sh successfully completed, and no unwanted files in $SRCDIR

Please commit.



-------------------------------------------------------------------------
| Paul Goyette     | PGP Key fingerprint:     | E-mail addresses:       |
| Customer Service | FA29 0E3B 35AF E8AE 6651 | paul at whooppee.com    |
| Network Engineer | 0786 F758 55DE 53BA 7731 | pgoyette at juniper.net |
| Kernel Developer |                          | pgoyette at netbsd.org  |
-------------------------------------------------------------------------


Home | Main Index | Thread Index | Old Index