Compare commits
34 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6cd116f047 | ||
|
|
1df8259aac | ||
|
|
3ceaf9bacb | ||
|
|
1bb78cc769 | ||
|
|
799a499ddd | ||
|
|
204a3b76ce | ||
|
|
87e657e070 | ||
|
|
7da255f44c |
||
|
|
c921759168 | ||
|
|
1434455528 | ||
|
|
ba520d01c2 | ||
|
|
751c96d4c7 | ||
|
|
5e0e384b46 | ||
|
|
f749972798 | ||
|
|
0c527667f0 | ||
|
|
e1b883bf81 | ||
|
|
e378bd68e5 | ||
|
|
eb61388b31 | ||
|
|
fe09d49bdb | ||
|
|
fe6ae5b83a | ||
|
|
2b98aca3a7 | ||
|
|
778ed4ef64 | ||
|
|
56029ef83c | ||
|
|
4ed43462c5 | ||
|
|
8c9da0871a | ||
|
|
4f23e3c02b | ||
|
|
72c7de70d0 | ||
|
|
3be55798dc | ||
|
|
499ade9a14 | ||
|
|
88993fa6e4 | ||
|
|
29b39f0b5b | ||
|
|
49d9aecd49 | ||
|
|
acb93026b5 | ||
|
|
b1006d7022 |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: 389-admin-console
|
||||
# $Id$
|
||||
NAME := 389-admin-console
|
||||
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)
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Retiring 389-admin-console as its been replaced by Cockpit UI plugin
|
||||
0
sources
0
sources
Reference in a new issue