DragonFly BSD
DragonFly commits List (threaded) for 2006-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: cvs commit: src/share/mk bsd.prog.mk


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Mon, 13 Feb 2006 21:40:49 -0800 (PST)

:corecode    2006/02/13 06:21:25 PST
:
:DragonFly src repository
:
:  Modified files:
:    share/mk             bsd.prog.mk 
:  Log:
:  Move patch handling out of .if defined(PROG)
:  
:  Revision  Changes    Path
:  1.13      +2 -2      src/share/mk/bsd.prog.mk
:
:
:http://www.dragonflybsd.org/cvsweb/src/share/mk/bsd.prog.mk.diff?r1=1.12&r2=1.13&f=u

    This commit broken buildworld in /usr/src/usr.bin/top.  OBJS is now
    listing top.o (which is a patched file) twice.  

    This is easy to test, just add:

fubar:
        @echo ${OBJS}

    to /usr/src/usr.bin/top/Makefile:

test28# make fubar	<<<< uses /usr/share/mk (prior to your commit)
display.o machine.o screen.o username.o utils.o version.o commands.o top.o

test28# wmake fubar	<<<< uses /usr/src/share/mk
commands.o top.o top.o display.o machine.o screen.o username.o utils.o version.o

					-Matt
					Matthew Dillon 
					<dillon@xxxxxxxxxxxxx>



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