Files
pcas/configure/os/CONFIG.UnixCommon.Common
2015-07-24 15:59:38 -05:00

20 lines
434 B
Plaintext

# CONFIG.UnixCommon.Common
#
# $Revision-Id$
# This file is maintained by the build community.
#
# 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
# Allow site overrides
-include $(CONFIG)/os/CONFIG_SITE.UnixCommon.Common