Remove git update rules.
This commit is contained in:
parent
6a52ae0868
commit
41d52f933b
@ -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
|
# Copyright © 2006 Matthieu Herrb
|
||||||
#
|
#
|
||||||
@ -94,14 +94,6 @@ depend:
|
|||||||
@echo "no dependencies here yet"
|
@echo "no dependencies here yet"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if exists($(.CURDIR)/.git)
|
|
||||||
update:
|
|
||||||
cd $(.CURDIR); git pull
|
|
||||||
.else
|
|
||||||
update:
|
|
||||||
@echo "no git repository to pull"
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if !target(install)
|
.if !target(install)
|
||||||
install::
|
install::
|
||||||
${MAKE_ENV} ${MAKE} ${_lt_libs} install
|
${MAKE_ENV} ${MAKE} ${_lt_libs} install
|
||||||
|
Loading…
Reference in New Issue
Block a user