From: Xiangfu Liu <[email protected]>
--- Hi I have tested under my linux system. compile fine this maybe fix compile on other unix sed :) more info: http://lists.milkymist.org/pipermail/devel-milkymist.org/2011-August/001840.html urjtag/src/cmd/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/urjtag/src/cmd/Makefile.am b/urjtag/src/cmd/Makefile.am index 7de93a9..3f71e35 100644 --- a/urjtag/src/cmd/Makefile.am +++ b/urjtag/src/cmd/Makefile.am @@ -88,7 +88,7 @@ $(libcmd_la_OBJECTS): generated_cmd_list.h generated_cmd_list.h: generated_cmd_list.h.stamp ; @true generated_cmd_list.h.stamp: $(all_cmd_files) $(AM_V_GEN)set -e; \ - cmds=`$(SED) -n '/^const urj_cmd_t urj_cmd_/{s:.*urj_cmd_::;s: =.*::;p}' $^`; \ + cmds=`$(SED) -n '/^const urj_cmd_t urj_cmd_/{s:.*urj_cmd_::;s: =.*::;p;}' $^`; \ for c in $$cmds ; do \ printf '#ifndef URJ_CMD_SKIP_%s\n_URJ_CMD(%s)\n#endif\n' $$c $$c; \ done > generated_cmd_list.h.tmp; \ -- 1.7.4.1 ------------------------------------------------------------------------------ Special Offer -- Download ArcSight Logger for FREE! Finally, a world-class log management solution at an even better price-free! And you'll get a free "Love Thy Logs" t-shirt when you download Logger. Secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsisghtdev2dev _______________________________________________ UrJTAG-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/urjtag-development
