PERFORCE change 87559 for review

soc-andrew soc-andrew at FreeBSD.org
Thu Dec 1 01:58:13 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=87559

Change 87559 by soc-andrew at 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
 


More information about the p4-projects mailing list