Create a build-tools target for sysinstall and rtermcap. This is still
not right because rtermcap would be reading the *host* termcap, not from the termcap in the src tree. Besides, /usr/sbin/sysinstall (not the crunched one in /stand) should use the runtime termcap not the precompiled set.
This commit is contained in:
parent
47c6b72621
commit
26379603c0
@ -560,7 +560,7 @@ _libkrb5= kerberos5/lib/libroken kerberos5/lib/libasn1 kerberos5/lib/libhdb \
|
||||
|
||||
build-tools:
|
||||
.for _tool in bin/csh bin/sh ${_games} gnu/usr.bin/cc/cc_tools ${_fortran} \
|
||||
${_libroken4} ${_libkrb5} lib/libncurses ${_share}
|
||||
${_libroken4} ${_libkrb5} lib/libncurses ${_share} usr.sbin/sysinstall
|
||||
cd ${.CURDIR}/${_tool}; ${MAKE} build-tools
|
||||
.endfor
|
||||
|
||||
|
@ -69,6 +69,8 @@ makedevs.c: Makefile rtermcap
|
||||
.endif
|
||||
mv makedevs.tmp makedevs.c
|
||||
|
||||
build-tools: rtermcap
|
||||
|
||||
rtermcap: rtermcap.c
|
||||
${CC} -o ${.TARGET} ${.ALLSRC} -ltermcap
|
||||
|
||||
|
@ -69,6 +69,8 @@ makedevs.c: Makefile rtermcap
|
||||
.endif
|
||||
mv makedevs.tmp makedevs.c
|
||||
|
||||
build-tools: rtermcap
|
||||
|
||||
rtermcap: rtermcap.c
|
||||
${CC} -o ${.TARGET} ${.ALLSRC} -ltermcap
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user