ramdisk: traditional-cpp does not work with clang
This commit is contained in:
parent
65fdb4cffe
commit
28b81f9c3b
@ -171,6 +171,6 @@ proto.gen: ${PROTO} ${PROTO_FILES} ${PROGRAMS}
|
|||||||
# used in the mkfs tool.
|
# used in the mkfs tool.
|
||||||
${TOOL_CAT} ${PROTO} | ${HOST_CC} \
|
${TOOL_CAT} ${PROTO} | ${HOST_CC} \
|
||||||
${RAMDISK_DEFINES} \
|
${RAMDISK_DEFINES} \
|
||||||
-traditional-cpp -E - | grep -v "^$$" | grep -v "#" >${.OBJDIR}/${.TARGET}
|
-E - | grep -v "^$$" | grep -v "#" >${.OBJDIR}/${.TARGET}
|
||||||
|
|
||||||
.include <minix.service.mk>
|
.include <minix.service.mk>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user