diff options
author | Rob Austein <sra@hactrn.net> | 2008-06-18 07:22:12 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-06-18 07:22:12 +0000 |
commit | 9a60ed468a33c916bee8f89dddf1762b46c0e9d4 (patch) | |
tree | a076909434df64fd98cd56db2738ba4ac00381af /utils/manifest | |
parent | 7b96d2edf7f585079c16409f097efc68f0a161ac (diff) |
cert_hash
svn path=/utils/cert_hash/Makefile; revision=1900
Diffstat (limited to 'utils/manifest')
-rw-r--r-- | utils/manifest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/manifest/Makefile b/utils/manifest/Makefile index 1123c551..348487f8 100644 --- a/utils/manifest/Makefile +++ b/utils/manifest/Makefile @@ -21,5 +21,5 @@ ${BIN}: ${OBJ} ${LIB} Makefile MANIFEST_DIR = ../../rpkid/testbed.dir/publication test: all - -date -u +%Y%m%d%H%M%S + -date -u +'now: %Y%m%d%H%M%SZ' if test -d ${MANIFEST_DIR}; then find ${MANIFEST_DIR} -type f -name '*.mnf' -print -exec ./manifest {} \; ; else :; fi |