Compare commits
21 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
994da414a4 | ||
|
|
57ba998a10 | ||
|
|
d2e76309b4 | ||
|
|
7378b919d6 | ||
|
|
974c714255 | ||
|
|
f660bf80bb | ||
|
|
09adebf12e | ||
|
|
43ba1e8b5f | ||
|
|
589f10e15e | ||
|
|
2c869509cc | ||
|
|
14cd072f46 | ||
|
|
e70b29de24 | ||
|
|
db75b6f5d2 | ||
|
|
618c78db52 | ||
|
|
e19e2d89f6 | ||
|
|
abfdc2cece | ||
|
|
84952f5377 | ||
|
|
567a6af514 | ||
|
|
0d8c761c40 | ||
|
|
b881046c5c | ||
|
|
be6174d3f7 |
5 changed files with 4 additions and 21 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
wordpress-mu-2.9.1.1.tar.gz
|
||||
/wordpress-mu-2.9.2.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: wordpress-mu
|
||||
# $Id$
|
||||
NAME := wordpress-mu
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
2
dead.package
Normal file
2
dead.package
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
Deprecated by upstream as of wordpress 3.0.x. Obsoleted by wordpress
|
||||
package, which now includes a README on migrating from -mu.
|
||||
0
sources
0
sources
Loading…
Add table
Add a link
Reference in a new issue