Revision 5458
Added by Aaron Marcuse-Kubitza over 12 years ago
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
Factored OS section out from Makefile, input.Makefile into lib/common.Makefile