NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/43466: make(1): Makefile.boot is missing a source file (Patch included)
The following reply was made to PR bin/43466; it has been noted by GNATS.
From: Arun Thomas <arun.thomas%gmail.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: bin/43466: make(1): Makefile.boot is missing a source file (Patch
included)
Date: Sun, 13 Jun 2010 14:40:42 +0200
This is a multi-part message in MIME format.
--------------040200010302070207090406
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
I'm sending the patch as an attachment in case that works better. The
patch should apply cleanly to CVS HEAD (Makefile.boot r1.19)
Best,
Arun
--------------040200010302070207090406
Content-Type: text/x-patch;
name="make.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="make.diff"
Index: usr.bin/make/Makefile.boot
===================================================================
RCS file: /cvsroot/src/usr.bin/make/Makefile.boot,v
retrieving revision 1.19
diff -u -r1.19 Makefile.boot
--- usr.bin/make/Makefile.boot 24 Jan 2009 11:59:39 -0000 1.19
+++ usr.bin/make/Makefile.boot 13 Jun 2010 00:01:56 -0000
@@ -32,7 +32,7 @@
lst.lib/lstInit.o lst.lib/lstInsert.o lst.lib/lstIsAtEnd.o \
lst.lib/lstIsEmpty.o lst.lib/lstLast.o lst.lib/lstMember.o \
lst.lib/lstNext.o lst.lib/lstOpen.o lst.lib/lstRemove.o \
- lst.lib/lstReplace.o lst.lib/lstSucc.o
+ lst.lib/lstReplace.o lst.lib/lstSucc.o lst.lib/lstPrev.c
bmake: ${OBJ} ${LIBOBJ}
# @echo 'make of make and make.0 started.'
--------------040200010302070207090406--
Home |
Main Index |
Thread Index |
Old Index