Re: another Make (maybe) problem

看板FB_current作者時間11年前 (2014/04/07 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串10/12 (看更多)
I have new information. The previous problem occurs when I run this script: #! /bin/sh set -x cd /usr/src if [ -f buildworld.log ] then rm buildworld.log fi rm -rf /usr/obj cp -p /usr/src/sys/amd64/conf/JERUSALEM /root make cleandir date > ./buildworld.time make -d l buildworld > ./buildworld.log 2>&1 (Which has worked for years.) _However_ if root>> cd /usr/src/rescue root>> make clean root>> make obj root>> make I get the this: http://users.rcn.com/roberthuff/rescue_log.txt Questions: 1) does this mean building rescue (both dynamic and static) succeeded? It looks like it, but .... 2) if so - why does the automated version fail while the manual one succeed? 3) Assuming: a) all previous steps of "make buildworld" succeeded b) I have run "make", but not "make install" in /usr/src/rescue can I re-run "make buildworld" in /usr/src and have it Do The Right Thing? (Independent errors notwithstanding.) Respectfully, Robert Huff _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
文章代碼(AID): #1JGPPV9k (FB_current)
討論串 (同標題文章)
文章代碼(AID): #1JGPPV9k (FB_current)