OpenCores
URL https://opencores.org/ocsvn/riscv_vhdl/riscv_vhdl/trunk

Subversion Repositories riscv_vhdl

[/] [riscv_vhdl/] [trunk/] [examples/] [elf2raw64/] [makefiles/] [util.mak] - Rev 5

Compare with Previous | Blame | View Log

# mkdir.exe: -p = --parents. No error if dir exists
#            -v = --verbose. print a message for each created directory
MKDIR = mkdir -pv
# rm.exe: -r = --recursive. Remove the contents of dirs recursively
#         -v = --verbose. Explain what is being done
#         -f = --force.Ignore nonexistent files, never prompt
#         --no-preserve-root.
RM = rm -rvf --no-preserve-root

export MKDIR RM

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.