Skip to content

Commit

Permalink
build: Remove backup Makefile targets.
Browse files Browse the repository at this point in the history
These commands are a relic of a non-distributed VCS. Now, if you need to
backup your work, just make a commit. No-one else has to see it, but
it's a lot safer that way. And if you don't want to go through the
trouble of a commit, just run `git stash` instead.
  • Loading branch information
Elliott Sales de Andrade committed Jan 16, 2014
1 parent d801758 commit f3c4b21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
7 changes: 1 addition & 6 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ AR = ar
ARFLAGS = cru
RANLIB = ranlib

##.PHONY: clean default all backup bak generate_databases specfem3D meshfem3D
##.PHONY: clean default all generate_databases specfem3D meshfem3D

####
#### targets
Expand Down Expand Up @@ -80,11 +80,6 @@ all: default \

required: bin lib obj

backup:
cp -rp src DATA Makefile go_generate_databases* go_mesher* go_solver* mymachines bak

bak: backup

mesh : meshfem3D
gen : generate_databases
spec : specfem3D
Expand Down
5 changes: 0 additions & 5 deletions src/generate_databases/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,6 @@ default: $(DEFAULT)

all: clean default

backup:
cp *f90 *h README_SPECFEM3D DATA/Par_file* Makefile go_generate_databases* go_mesher* go_solver* mymachines bak

bak: backup

generate_databases: xgenerate_databases


Expand Down

0 comments on commit f3c4b21

Please sign in to comment.