From 398afbcbe4fe846d1553b25d6e15355e408cd93b Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Fri, 25 Sep 2020 10:47:50 +0200 Subject: [PATCH] removed aliases, users can symlink if they are afraid of changes DAMASK_spectral -> DAMASK_grid DAMASK_FEM -> DAMASK_mesh make spectral -> make grid make FEM -> make mesh --- Makefile | 8 -------- PRIVATE | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/Makefile b/Makefile index f7b783c61..418d70507 100644 --- a/Makefile +++ b/Makefile @@ -9,18 +9,10 @@ all: grid mesh processing .PHONY: grid grid: build/grid @(cd build/grid;make -j${DAMASK_NUM_THREADS} all install;) - @rm -f ${DAMASK_ROOT}/bin/DAMASK_spectral > /dev/null || true - @ln -s ${DAMASK_ROOT}/bin/DAMASK_grid ${DAMASK_ROOT}/bin/DAMASK_spectral || true -.PHONY: spectral -spectral: grid .PHONY: mesh mesh: build/mesh @(cd build/mesh; make -j${DAMASK_NUM_THREADS} all install;) - @rm -f ${DAMASK_ROOT}/bin/DAMASK_FEM > /dev/null || true - @ln -s ${DAMASK_ROOT}/bin/DAMASK_mesh ${DAMASK_ROOT}/bin/DAMASK_FEM || true -.PHONY: FEM -FEM: mesh .PHONY: build/grid build/grid: diff --git a/PRIVATE b/PRIVATE index fe0a83c02..f06c73c1e 160000 --- a/PRIVATE +++ b/PRIVATE @@ -1 +1 @@ -Subproject commit fe0a83c023334167197dafeb6bf09d17574e2955 +Subproject commit f06c73c1eacb9b5939bc84de3b8224abf195fb80