diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile.in | 2 | ||||
-rw-r--r-- | utils/find_roa/Makefile.in | 2 | ||||
-rw-r--r-- | utils/hashdir/Makefile.in | 2 | ||||
-rw-r--r-- | utils/print_manifest/Makefile.in | 2 | ||||
-rw-r--r-- | utils/print_roa/Makefile.in | 2 | ||||
-rw-r--r-- | utils/uri/Makefile.in | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/utils/Makefile.in b/utils/Makefile.in index cd00afd9..e51b0f31 100644 --- a/utils/Makefile.in +++ b/utils/Makefile.in @@ -2,7 +2,7 @@ SUBDIRS = uri print_manifest print_roa hashdir find_roa -all clean test distclean install:: +all clean test distclean install deinstall uninstall:: @for i in ${SUBDIRS}; do echo "Making $@ in $$i"; (cd $$i && ${MAKE} $@); done distclean:: diff --git a/utils/find_roa/Makefile.in b/utils/find_roa/Makefile.in index ac6899c3..a326b290 100644 --- a/utils/find_roa/Makefile.in +++ b/utils/find_roa/Makefile.in @@ -28,7 +28,7 @@ test: ${BIN} # ./${BIN} ${TEST_ARGS} sh ./test_roa.sh ${TEST_ARGS} -install: +install deinstall uninstall: @true distclean: clean diff --git a/utils/hashdir/Makefile.in b/utils/hashdir/Makefile.in index 499c442c..69268d1e 100644 --- a/utils/hashdir/Makefile.in +++ b/utils/hashdir/Makefile.in @@ -30,7 +30,7 @@ test: ${BIN} clean:: rm -rf ${OUTPUT} -install: +install deinstall uninstall: @true distclean: clean diff --git a/utils/print_manifest/Makefile.in b/utils/print_manifest/Makefile.in index 5055e830..4ca7028d 100644 --- a/utils/print_manifest/Makefile.in +++ b/utils/print_manifest/Makefile.in @@ -27,7 +27,7 @@ test: all -date -u +'now: %Y%m%d%H%M%SZ' if test -d ${MANIFEST_DIR}; then find ${MANIFEST_DIR} -type f -name '*.mnf' -print -exec ./${BIN} {} \; ; else :; fi -install: +install deinstall uninstall: @true distclean: clean diff --git a/utils/print_roa/Makefile.in b/utils/print_roa/Makefile.in index a50578b6..9a29f2ff 100644 --- a/utils/print_roa/Makefile.in +++ b/utils/print_roa/Makefile.in @@ -27,7 +27,7 @@ test: all -date -u +'now: %Y%m%d%H%M%SZ' if test -d ${ROA_DIR}; then find ${ROA_DIR} -type f -name '*.roa' -print -exec ./${BIN} {} \; ; else :; fi -install: +install deinstall uninstall: @true distclean: clean diff --git a/utils/uri/Makefile.in b/utils/uri/Makefile.in index 9bf163a9..fd2168b1 100644 --- a/utils/uri/Makefile.in +++ b/utils/uri/Makefile.in @@ -24,7 +24,7 @@ ${BIN}: ${SRC} test: @true -install: +install deinstall uninstall: @true distclean: clean |