Navigation


Changeset 870:54c4d3e840ff in freeDiameter for contrib/PKI/ca_script2/Makefile


Ignore:
Timestamp:
Oct 23, 2012, 10:50:01 PM (12 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Remove unnecessary whitespace from Makefiles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/PKI/ca_script2/Makefile

    r394 r870  
    4444\n\
    4545";
    46        
    47 # Destroy the CA hierarchy completly. Use with care.
     46
     47# Destroy the CA hierarchy completely. Use with care.
    4848destroy:
    4949        @if [ -z "$(force)" ]; then echo "Destroy disabled, use: make destroy force=y"; exit 1; fi
     
    6666        @echo "01" > $(DATA_DIR)/$(caname)/crlnumber
    6767        @touch $(DATA_DIR)/$(caname)/index.txt
    68        
     68
    6969# Initialize the top-level CA structure and keys.
    7070init:
     
    167167        @CA_ROOT_DIR=$(DATA_DIR)/$(ca) openssl ca $(CONFIG) -revoke $(DATA_DIR)/$(ca)/clients/$(name)/cert.pem;
    168168        @$(REMAKE) gencrl ca=$(ca)
    169        
     169
    170170# Regenerate the Certificate Revocation List.
    171171gencrl:
Note: See TracChangeset for help on using the changeset viewer.