[cig-commits] [commit] devel, master: Remove backup target. (862ac9a)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 6 08:19:38 PST 2014


Repository : https://github.com/geodynamics/specfem3d_globe

On branches: devel,master
Link       : https://github.com/geodynamics/specfem3d_globe/compare/bc58e579b3b0838a0968725a076f5904845437ca...be63f20cbb6f462104e949894dbe205d2398cd7f

>---------------------------------------------------------------

commit 862ac9a4a919adb61c49dfbaf65ccaa4c0b00a78
Author: Elliott Sales de Andrade <esalesde at physics.utoronto.ca>
Date:   Fri May 30 22:55:27 2014 -0400

    Remove backup target.
    
    There are several git-builtin ways to achieve a backup, and they're much
    better since you can actually document what you're doing.


>---------------------------------------------------------------

862ac9a4a919adb61c49dfbaf65ccaa4c0b00a78
 Makefile.in | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 900aafc..dd58bab 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -225,9 +225,6 @@ all: default
 
 default: $(DEFAULT)
 
-backup:
-	cp -rp src setup DATA/Par_file* Makefile go_mesher* go_solver* mymachines bak
-
 ifdef CLEAN
 clean:
 	@echo "cleaning by CLEAN defined"
@@ -256,7 +253,7 @@ help:
 	@echo "    xcreate_movie_GMT_global"
 	@echo ""
 
-.PHONY: all default backup clean help
+.PHONY: all default clean help
 
 #######################################
 
@@ -289,8 +286,7 @@ endef
 $(foreach dir, $(SUBDIRS), $(eval $(call shortcut,$(dir))))
 
 # Other old shortcuts
-bak: backup
 mesh: $E/xmeshfem3D
 spec: $E/xspecfem3D
-.PHONY: bak mesh spec
+.PHONY: mesh spec
 



More information about the CIG-COMMITS mailing list