Project

General

Profile

« Previous | Next » 

Revision 5458

Factored OS section out from Makefile, input.Makefile into lib/common.Makefile

View differences:

common.Makefile
30 30
cp = $(CP) $< $@
31 31

  
32 32
# System
33
os := $(shell uname)
34
forOs = $(patsubst %,%-$(filter Linux Darwin,$(os)),$(1))
33 35
date = $(shell date +"%Y-%m-%d-%H-%M-%S")
34 36

  
35 37
# SVN

Also available in: Unified diff