URL
https://opencores.org/ocsvn/riscv_vhdl/riscv_vhdl/trunk
Subversion Repositories riscv_vhdl
[/] [riscv_vhdl/] [trunk/] [debugger/] [makefiles/] [util.mak] - Rev 2
Go to most recent revision | Compare with Previous | Blame | View Log
##### @file## @copyright Copyright 2016 GNSS Sensor Ltd. All right reserved.## @author Sergey Khabarov - sergeykhbr@gmail.com### mkdir: -p = --parents. No error if dir exists# -v = --verbose. print a message for each created directoryMKDIR = mkdir -pv# rm: -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-rootECHO = echoexport MKDIR RM ECHO
Go to most recent revision | Compare with Previous | Blame | View Log
