Files
epics-base/configure/os/CONFIG.UnixCommon.Common
Andrew Johnson c56311424c Add TOUCH command
2020-05-27 00:11:59 -05:00

18 lines
380 B
Plaintext

# CONFIG.UnixCommon.Common
#
# Definitions common to unix hosts
# Sites may override these definitions in CONFIG_SITE.UnixCommon.Common
#-------------------------------------------------------
# Unix command definitions
CP = cp
MV = mv
RM = rm -f
MKDIR = mkdir -p
RMDIR = rm -rf
CAT = cat
TOUCH = touch
# Allow site overrides
-include $(CONFIG)/os/CONFIG_SITE.UnixCommon.Common