From f054cdd7d5221907455ddf61f53f70a3d8e41c0f Mon Sep 17 00:00:00 2001 From: werner Date: Sat, 12 Sep 2009 07:34:02 +0000 Subject: [PATCH] - added "make update" that combines "svn update" with remaking the dependencies git-svn-id: http://svn.openmoko.org/trunk/eda/fped@5628 99fdad57-331a-0410-800a-d7fa5415bdb3 --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2c864ef..d1fcba0 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,7 @@ endif # ----- Rules ----------------------------------------------------------------- -.PHONY: all dep depend clean install uninstall upload-manual +.PHONY: all dep depend clean install uninstall upload-manual update .SUFFIXES: .fig .xpm @@ -137,3 +137,9 @@ install: all uninstall: rm -f $(PREFIX)/bin/fped + +# ----- SVN update ------------------------------------------------------------ + +update: + svn update + $(MAKE) dep all