Current-Users archive

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

tool build failure



I updated to current today. However, initially it failed to build
the tools. After applying this patch it worked. Not sure why it
was required.

Thanks,

Edgar
Index: Makefile
===================================================================
RCS file: /cvsroot/src/tools/compat/Makefile,v
retrieving revision 1.86
diff -u -r1.86 Makefile
--- Makefile	30 Aug 2018 12:05:34 -0000	1.86
+++ Makefile	5 Jan 2019 16:44:32 -0000
@@ -127,7 +127,7 @@
 
 # Install include files in ${TOOLDIR}/include/compat
 includes: .PHONY ${HOST_INCINSTDIRS} .WAIT ${HOST_INCINSTFILES}
-	@(cd include && find . -name '*.h' -print | while read f ; do \
+	@(cd /usr/src/tools/compat/include && find . -name '*.h' -print | while read f ; do \
 	    ${HOST_INSTALL_FILE} $$f ${HOST_INCSDIR}/compat/$$f ; \
 	done)
 


Home | Main Index | Thread Index | Old Index