Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Dec 2005 01:58:12 GMT
From:      soc-andrew <soc-andrew@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 87559 for review
Message-ID:  <200512010158.jB11wCf6092448@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=87559

Change 87559 by soc-andrew@soc-andrew_serv on 2005/12/01 01:57:11

	Remove the unused libinstaller and C backend
	Fix cross-builds of lua

Affected files ...

.. //depot/projects/soc2005/bsdinstaller/src/lib/bsdinstaller/installer/Makefile#4 delete
.. //depot/projects/soc2005/bsdinstaller/src/lib/bsdinstaller/installer/dist.c#6 delete
.. //depot/projects/soc2005/bsdinstaller/src/lib/bsdinstaller/installer/dist.h#4 delete
.. //depot/projects/soc2005/bsdinstaller/src/lib/bsdinstaller/installer/extract.c#3 delete
.. //depot/projects/soc2005/bsdinstaller/src/lib/bsdinstaller/installer/extract.h#3 delete
.. //depot/projects/soc2005/bsdinstaller/src/usr.bin/lua/Makefile#2 edit
.. //depot/projects/soc2005/bsdinstaller/src/usr.sbin/bsdinstaller/backend/Makefile#6 delete
.. //depot/projects/soc2005/bsdinstaller/src/usr.sbin/bsdinstaller/backend/extra_flow.c#7 delete
.. //depot/projects/soc2005/bsdinstaller/src/usr.sbin/bsdinstaller/backend/extra_flow.h#3 delete
.. //depot/projects/soc2005/bsdinstaller/src/usr.sbin/bsdinstaller/backend/fn_install_freebsd.c#11 delete

Differences ...

==== //depot/projects/soc2005/bsdinstaller/src/usr.bin/lua/Makefile#2 (text+ko) ====

@@ -2,7 +2,7 @@
 SRCS=	lua.c
 
 LUA_DIR=${.CURDIR}/../../contrib/lua/lua
-LUA_LIB=${.CURDIR}/../../lib/lua
+LUA_LIB=${.OBJDIR}/../../lib/lua
 
 CFLAGS+=-I${LUA_DIR}/include
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512010158.jB11wCf6092448>