Overview
Comment: | Updated to run appropriate sub-make |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
3cd8f216831bdf4123069673da9c5c15 |
User & Date: | rkeene on 2014-01-25 04:22:54 |
Other Links: | manifest | tags |
Context
2014-01-25
| ||
04:28 | Updated ignores check-in: e5797ca0ca user: rkeene tags: trunk | |
04:22 | Updated to run appropriate sub-make check-in: 3cd8f21683 user: rkeene tags: trunk | |
03:54 | Made initial code available check-in: 41372cf67d user: rkeene tags: trunk | |
Changes
Modified Makefile from [ef64b6288d] to [14236a935e].
︙ | ︙ | |||
84 85 86 87 88 89 90 | echo '#define HAVE_INT16_T 1' >> config.h; \ echo '#define HAVE_INT32_T 1' >> config.h; \ echo '#define HAVE_INT64_T 1' >> config.h; \ echo '#define HAVE_GENERATED_VERSION 1' >> config.h; \ echo '#define IN6_IS_ADDR_UNSPECIFIED IN6_IS_ADDR_UNSPECIFIED' >> config.h; \ echo '#undef HAVE_ALARM' >> config.h; \ grep -v '^# *define *inline' config.h > config.h.new && mv config.h.new config.h; \ | | | 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 | echo '#define HAVE_INT16_T 1' >> config.h; \ echo '#define HAVE_INT32_T 1' >> config.h; \ echo '#define HAVE_INT64_T 1' >> config.h; \ echo '#define HAVE_GENERATED_VERSION 1' >> config.h; \ echo '#define IN6_IS_ADDR_UNSPECIFIED IN6_IS_ADDR_UNSPECIFIED' >> config.h; \ echo '#undef HAVE_ALARM' >> config.h; \ grep -v '^# *define *inline' config.h > config.h.new && mv config.h.new config.h; \ $(MAKE); \ ) @-mkdir -p files cp __TMP_TCP__/tcpdump-$(TCPDUMP_VERSION)/tcpdump files/tcpdump.exe.new $(TOOLCHAIN_CMD)strip files/tcpdump.exe.new mv files/tcpdump.exe.new files/tcpdump.exe rm -rf __TMP_TCP__ |
︙ | ︙ |