Files
pcas/configure/os/CONFIG.UnixCommon.Common
Andrew Johnson fbda9f3280 RCS keyword updates for Bazaar
Replaced $Id$ and $Header$ keywords with $Revision-Id$
Deleted $Log$ keywords and any log messages
2010-10-05 14:27:37 -05:00

19 lines
421 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
RMDIR = rm -rf
# Allow site overrides
-include $(CONFIG)/os/CONFIG_SITE.UnixCommon.Common