diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-26 13:54:49 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-26 13:54:49 +0000 |
commit | 59334071e24bcf79fd23beb85a4f11faaae5f5a2 (patch) | |
tree | c427bcb0783690348de400077057ff98236b2f78 /share | |
parent | 12937a9e3a3ca6fbfc3820667cb8fd7cd1516801 (diff) |
Remove git update rules.
Diffstat (limited to 'share')
-rw-r--r-- | share/mk/bsd.xorg.mk | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/share/mk/bsd.xorg.mk b/share/mk/bsd.xorg.mk index 69c21fadb..8c6e58129 100644 --- a/share/mk/bsd.xorg.mk +++ b/share/mk/bsd.xorg.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.xorg.mk,v 1.3 2006/11/26 13:53:45 matthieu Exp $ -*- makefile -*- +# $OpenBSD: bsd.xorg.mk,v 1.4 2006/11/26 13:54:48 matthieu Exp $ -*- makefile -*- # # Copyright © 2006 Matthieu Herrb # @@ -94,14 +94,6 @@ depend: @echo "no dependencies here yet" .endif -.if exists($(.CURDIR)/.git) -update: - cd $(.CURDIR); git pull -.else -update: - @echo "no git repository to pull" -.endif - .if !target(install) install:: ${MAKE_ENV} ${MAKE} ${_lt_libs} install |