| Line | |
|---|
| 1 | mtr-configure: |
|---|
| 2 | cd mtr && ./configure --disable-nls --prefix=/usr --host=$(ARCH)-linux CC=$(CC) CFLAGS="$(COPTS) -I$(TOP)/ncurses/include -L$(TOP)/ncurses/lib -ffunction-sections -fdata-sections -Wl,--gc-sections -DNEED_PRINTF -lncurses" --without-gtk ac_cv_lib_resolv_res_mkquery=yes --disable-ipv6 --with-ncurses="$(TOP)/ncurses" |
|---|
| 3 | |
|---|
| 4 | |
|---|
| 5 | |
|---|
| 6 | mtr: |
|---|
| 7 | $(MAKE) -j 4 -C mtr |
|---|
| 8 | |
|---|
| 9 | mtr-clean: |
|---|
| 10 | if test -e "mtr/Makefile"; then make -C mtr clean; fi |
|---|
| 11 | @true |
|---|
| 12 | |
|---|
| 13 | mtr-install: |
|---|
| 14 | $(MAKE) -C mtr install DESTDIR=$(INSTALLDIR)/mtr |
|---|
| 15 | rm -rf $(INSTALLDIR)/mtr/usr/share |
|---|
Note: See
TracBrowser
for help on using the repository browser.