Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F131761783
D16867.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
567 B
Referenced Files
None
Subscribers
None
D16867.diff
View Options
Index: head/lib/ncurses/ncurses/Makefile
===================================================================
--- head/lib/ncurses/ncurses/Makefile
+++ head/lib/ncurses/ncurses/Makefile
@@ -350,7 +350,8 @@
sh ${NCURSES_DIR}/ncurses/tty/MKexpanded.sh "${CC:N${CCACHE_BIN}} -E" ${CFLAGS} >expanded.c
fallback.c: MKfallback.sh
- sh ${NCURSES_DIR}/ncurses/tinfo/MKfallback.sh > fallback.c
+ sh -e ${NCURSES_DIR}/ncurses/tinfo/MKfallback.sh "" "" "" > ${.TARGET}.tmp && \
+ mv -f ${.TARGET}.tmp ${.TARGET}
# Generated headers
nomacros.h: MKlib_gen.sh curses.h
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Oct 11, 11:22 PM (20 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23597235
Default Alt Text
D16867.diff (567 B)
Attached To
Mode
D16867: Fix ncurses fallback.c build with a strict build shell
Attached
Detach File
Event Timeline
Log In to Comment