# CONFIG.UnixCommon.Common # # Revision-Id: anj@aps.anl.gov-20101005192737-disfz3vs0f3fiixd # 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