Compare commits
30 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1414094957 | ||
|
|
16ee6e5657 | ||
|
|
e08065bbad | ||
|
|
8bfc3fdade | ||
|
|
8322e3d4ca | ||
|
|
ec8f3bcaef | ||
|
|
154b6624be | ||
|
|
13dab357f1 | ||
|
|
447c751ade | ||
|
|
91f2701309 | ||
|
|
7142cd8469 | ||
|
|
f5c61f80da | ||
|
|
44a19ec59b | ||
|
|
ea42db0f43 | ||
|
|
10d0092b53 | ||
|
|
2ec22713e6 | ||
|
|
d4b6b4afde | ||
|
|
48c84c7f78 | ||
|
|
15e1059a19 | ||
|
|
42070b86a1 | ||
|
|
a85169e669 | ||
|
|
06bb047edc | ||
|
|
459b251654 | ||
|
|
f5ac1a9ce3 | ||
|
|
57cd1e25c4 | ||
|
|
7ed739d548 | ||
|
|
169acd7ae6 | ||
|
|
743df99c51 | ||
|
|
7e9c051e94 | ||
|
|
8f6fbc97c6 |
4 changed files with 1 additions and 21 deletions
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: AcetoneISO2
|
||||
# $Id$
|
||||
NAME := AcetoneISO2
|
||||
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 @@
|
|||
old, unmaintained, depends on abandonware fuseiso
|
||||
0
sources
0
sources
Reference in a new issue